Browse Source

Bump 2.2.3

pull/337/head 2.2.3
Florian Mounier 9 years ago
parent
commit
567c2b4bb3
  1. 8
      docs/changelog.rst
  2. 2
      pygal/__init__.py

8
docs/changelog.rst

@ -2,6 +2,14 @@
Changelog
=========
2.2.3
=====
* Fix bar static value positioning (#315)
* Add stroke_opacity style (#321)
* Remove useless js in sparklines. (#312)
2.2.2
=====

2
pygal/__init__.py

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

Loading…
Cancel
Save