diff --git a/CHANGES.rst b/CHANGES.rst index f49c846..26fb1c8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,10 @@ +Release 1.0.0 +========================================= + +* **First official release!** + +--------------- + Release 1.0.0-rc6 ========================================= diff --git a/docs/conf.py b/docs/conf.py index b271ebf..383206b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -113,7 +113,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 104920a..60f3262 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_maps/__version__.py b/highcharts_maps/__version__.py index fc385f5..1f356cc 100644 --- a/highcharts_maps/__version__.py +++ b/highcharts_maps/__version__.py @@ -1 +1 @@ -__version__ = '1.0.0-rc6' +__version__ = '1.0.0' diff --git a/pyproject.toml b/pyproject.toml index f9cb6b4..755b4c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ keywords = [ ] classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Operating System :: OS Independent", "Intended Audience :: Developers", @@ -76,8 +76,8 @@ path = "highcharts_maps/__version__.py" "Source Code" = "https://github.com/highcharts-for-python/highcharts-maps" "History" = "https://github.com/highcharts-for-python/highcharts-maps/blob/master/CHANGES.rst" "Bug Tracker" = "https://github.com/highcharts-for-python/highcharts-maps/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 = [