Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Release 1.0.0
=========================================

* **First official release!**

---------------

Release 1.0.0-rc9
=========================================

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
# -- Options for todo extension ----------------------------------------------

# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = True
todo_include_todos = False

# Inheritance Diagram configuration
inheritance_graph_attrs = {
Expand Down
2 changes: 1 addition & 1 deletion docs/demos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ by running all the cells in sequence.
Running Demos Locally
*******************************

.. info::
.. note::

You can run the demos locally by following instructions in the
`Highcharts for Python Demos <https://github.com/highcharts-for-python-demos>`__ Github repo's README.
2 changes: 1 addition & 1 deletion highcharts_core/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.0-rc9'
__version__ = '1.0.0'
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ keywords = [
]

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

[project.optional-dependencies]
dev = [
Expand Down