Browse Source

Bump

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

3
CHANGELOG

@ -1,9 +1,10 @@
TO BE RELEASED: V 1.4.0 V 1.4.0
Finally a changelog ! Finally a changelog !
Hopefully fix weird major scale algorithm Hopefully fix weird major scale algorithm
Add options to customize major labels (y_labels_major, y_labels_major_every, y_labels_major_count) Add options to customize major labels (y_labels_major, y_labels_major_every, y_labels_major_count)
Css can now be inline with the "inline:" prefix Css can now be inline with the "inline:" prefix
Visited links bug fixed Visited links bug fixed
Add french maps by department and region (This will be externalized in an extension later)
V 1.3.x V 1.3.x
Whisker Box Plot Whisker Box Plot

2
pygal/__init__.py

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

Loading…
Cancel
Save