Browse Source

Bump 1.4.2

pull/98/head
Florian Mounier 11 years ago
parent
commit
5dc83dafc3
  1. 3
      CHANGELOG
  2. 2
      pygal/__init__.py

3
CHANGELOG

@ -1,3 +1,6 @@
V 1.4.2
Fix broken tests
V 1.4.1
Fix value formatting in maps

2
pygal/__init__.py

@ -21,7 +21,7 @@ Pygal - A python svg graph plotting library
"""
__version__ = '1.4.1'
__version__ = '1.4.2'
import sys
from pygal.config import Config
from pygal.ghost import Ghost, REAL_CHARTS

Loading…
Cancel
Save