Skip to content

Commit 738dbfa

Browse files
authored
Merge pull request #31 from highcharts-for-python/develop
PR for v.1.0.0
2 parents 46c69a1 + 4b4419c commit 738dbfa

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-rc9
29
=========================================
310

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
# -- Options for todo extension ----------------------------------------------
111111

112112
# If true, `todo` and `todoList` produce output, else they produce nothing.
113-
todo_include_todos = True
113+
todo_include_todos = False
114114

115115
# Inheritance Diagram configuration
116116
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_core/__version__.py

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ keywords = [
2929
]
3030

3131
classifiers = [
32-
"Development Status :: 4 - Beta",
32+
"Development Status :: 5 - Production/Stable",
3333
"Environment :: Web Environment",
3434
"Operating System :: OS Independent",
3535
"Intended Audience :: Developers",
@@ -69,8 +69,8 @@ path = "highcharts_core/__version__.py"
6969
"Source Code" = "https://github.com/highcharts-for-python/highcharts-core"
7070
"History" = "https://github.com/highcharts-for-python/highcharts-core/blob/master/CHANGES.rst"
7171
"Bug Tracker" = "https://github.com/highcharts-for-python/highcharts-core/issues"
72-
# TODO: Add a Sponsor section
73-
# "Sponsor" = "https://github.com/sponsors/highcharts-for-python"
72+
"Demo" = "https://github.com/highcharts-for-python/highcharts-for-python-demos"
73+
#"Sponsor" = "https://github.com/sponsors/highcharts-for-python"
7474

7575
[project.optional-dependencies]
7676
dev = [

0 commit comments

Comments
 (0)