Browse Source

Release 2.0.9

pull/290/head 2.0.9
Florian Mounier 9 years ago
parent
commit
9940177739
  1. 4
      docs/changelog.rst
  2. 2
      pygal/__init__.py

4
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)

2
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

Loading…
Cancel
Save