diff --git a/docs/changelog.rst b/docs/changelog.rst index 64be14c..95103a8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,8 +2,8 @@ Changelog ========= -2.0.9 UNRELEASED -================ +2.0.9 +===== * Add `dynamic_print_values` to show print_values on legend hover. (#279) * Fix unparse_color for python 3.5+ compatibility (thanks felixonmars, sjourdois) diff --git a/pygal/__init__.py b/pygal/__init__.py index 1e9779c..bc3dfb3 100644 --- a/pygal/__init__.py +++ b/pygal/__init__.py @@ -24,7 +24,7 @@ and the maps extensions namespace module. """ -__version__ = '2.0.8' +__version__ = '2.0.9' import pkg_resources import sys