Browse Source

Bump 2.0.7

pull/278/head 2.0.7
Florian Mounier 9 years ago
parent
commit
25865ab275
  1. 2
      docs/changelog.rst
  2. 2
      pygal/__init__.py

2
docs/changelog.rst

@ -6,7 +6,7 @@ Changelog
=====
* Fixing to checks breaking rendering of DateTimeLine and TimeDeltaLine (#264) (thanks @mmrose)
* Fix `render_in_browser`. (#266) (thanks @waixwong)
* Fix `render_in_browser`. (#266) (#268) (thanks @waixwong)
2.0.6

2
pygal/__init__.py

@ -24,7 +24,7 @@ and the maps extensions namespace module.
"""
__version__ = '2.0.6'
__version__ = '2.0.7'
import pkg_resources
import sys

Loading…
Cancel
Save