diff --git a/docs/changelog.rst b/docs/changelog.rst index b955f52..a75ea68 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,14 @@ Changelog ========= +2.3.1 +===== + +_This is a micro release and I have very little time on my hands right now sorry_ + +* Fix crash with no values when the print_values_position param is set (thanks @cristen) + + 2.3.0 ===== diff --git a/pygal/__init__.py b/pygal/__init__.py index 68c21c3..152b895 100644 --- a/pygal/__init__.py +++ b/pygal/__init__.py @@ -24,7 +24,7 @@ and the maps extensions namespace module. """ -__version__ = '2.3.0' +__version__ = '2.3.1' import pkg_resources import sys