diff --git a/CHANGES.rst b/CHANGES.rst index 09ebf0e1..4cf409b6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,10 @@ +Release 1.0.0 +========================================= + +* **First official release!** + +--------------- + Release 1.0.0-rc9 ========================================= diff --git a/docs/conf.py b/docs/conf.py index 7a51f1eb..83970ce9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 = { diff --git a/docs/demos.rst b/docs/demos.rst index 104920a1..60f32622 100644 --- a/docs/demos.rst +++ b/docs/demos.rst @@ -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 `__ Github repo's README. \ No newline at end of file diff --git a/highcharts_core/__version__.py b/highcharts_core/__version__.py index c84ae984..1f356cc5 100644 --- a/highcharts_core/__version__.py +++ b/highcharts_core/__version__.py @@ -1 +1 @@ -__version__ = '1.0.0-rc9' +__version__ = '1.0.0' diff --git a/pyproject.toml b/pyproject.toml index a2cbf4bb..f1185e37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -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 = [