Skip to content

Commit 29b7782

Browse files
authored
Merge pull request #16 from highcharts-for-python/develop
PR for v.1.0.0
2 parents b4579a8 + 5a59403 commit 29b7782

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Release 1.0.0
2+
=========================================
3+
4+
* **First official release!**
5+
6+
---------------
7+
18
Release 1.0.0-rc6
29
=========================================
310

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
# -- Options for todo extension ----------------------------------------------
114114

115115
# If true, `todo` and `todoList` produce output, else they produce nothing.
116-
todo_include_todos = True
116+
todo_include_todos = False
117117

118118
# Inheritance Diagram configuration
119119
inheritance_graph_attrs = {

docs/demos.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ by running all the cells in sequence.
119119
Running Demos Locally
120120
*******************************
121121

122-
.. info::
122+
.. note::
123123

124124
You can run the demos locally by following instructions in the
125125
`Highcharts for Python Demos <https://github.com/highcharts-for-python-demos>`__ Github repo's README.

highcharts_maps/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.0-rc6'
1+
__version__ = '1.0.0'

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ keywords = [
3232
]
3333

3434
classifiers = [
35-
"Development Status :: 4 - Beta",
35+
"Development Status :: 5 - Production/Stable",
3636
"Environment :: Web Environment",
3737
"Operating System :: OS Independent",
3838
"Intended Audience :: Developers",
@@ -76,8 +76,8 @@ path = "highcharts_maps/__version__.py"
7676
"Source Code" = "https://github.com/highcharts-for-python/highcharts-maps"
7777
"History" = "https://github.com/highcharts-for-python/highcharts-maps/blob/master/CHANGES.rst"
7878
"Bug Tracker" = "https://github.com/highcharts-for-python/highcharts-maps/issues"
79-
# TODO: Add a Sponsor section
80-
# "Sponsor" = "https://github.com/sponsors/highcharts-for-python"
79+
"Demo" = "https://github.com/highcharts-for-python/highcharts-for-python-demos"
80+
#"Sponsor" = "https://github.com/sponsors/highcharts-for-python"
8181

8282
[project.optional-dependencies]
8383
dev = [

0 commit comments

Comments
 (0)