File tree Expand file tree Collapse file tree 5 files changed +14
-6
lines changed Expand file tree Collapse file tree 5 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1+ Release 1.0.0
2+ =========================================
3+
4+ * **First official release! **
5+ * Fixed over-eager logical filtering on ``options.series.data.GanttData `` instantiation.
6+
7+ ---------------
8+
19Release 1.0.0-rc6
210=========================================
311
Original file line number Diff line number Diff line change 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
116116inheritance_graph_attrs = {
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ by running all the cells in sequence.
119119Running 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.
Original file line number Diff line number Diff line change 1- __version__ = '1.0.0-rc6 '
1+ __version__ = '1.0.0'
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ keywords = [
3131]
3232
3333classifiers = [
34- " Development Status :: 4 - Beta " ,
34+ " Development Status :: 5 - Production/Stable " ,
3535 " Environment :: Web Environment" ,
3636 " Operating System :: OS Independent" ,
3737 " Intended Audience :: Developers" ,
@@ -73,8 +73,8 @@ path = "highcharts_gantt/__version__.py"
7373"Source Code" = " https://github.com/highcharts-for-python/highcharts-gantt"
7474"History" = " https://github.com/highcharts-for-python/highcharts-gantt/blob/master/CHANGES.rst"
7575"Bug Tracker" = " https://github.com/highcharts-for-python/highcharts-gantt/issues"
76- # TODO: Add a Sponsor section
77- # "Sponsor" = "https://github.com/sponsors/highcharts-for-python"
76+ "Demo" = " https://github.com/highcharts-for-python/highcharts-for-python-demos "
77+ # "Sponsor" = "https://github.com/sponsors/highcharts-for-python"
7878
7979[project .optional-dependencies ]
8080dev = [
You can’t perform that action at this time.
0 commit comments