diff --git a/CHANGES.rst b/CHANGES.rst index f2e6e75..f1b7ad2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,10 @@ Changelog development =========== + + +2022-01-22 0.2.0 +================ - Add example for annotating phenology data within Grafana - Change license to AGPL-3.0 - Modernize dependency versions. Drop support for Python 3.6. diff --git a/pyproject.toml b/pyproject.toml index 4f9472d..3668547 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "grafana-pandas-datasource" -version = "0.1.2" +version = "0.2.0" description = "Serve NumPy data via pandas data frames to Grafana" authors = [ "Andreas Motl ",