diff --git a/CHANGELOG b/CHANGELOG index 6df8408..41fa2c8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,10 @@ -TO BE RELEASED: V 1.4.0 +V 1.4.0 Finally a changelog ! Hopefully fix weird major scale algorithm 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 Visited links bug fixed + Add french maps by department and region (This will be externalized in an extension later) V 1.3.x Whisker Box Plot diff --git a/pygal/__init__.py b/pygal/__init__.py index 8184773..4ecc896 100644 --- a/pygal/__init__.py +++ b/pygal/__init__.py @@ -21,7 +21,7 @@ Pygal - A python svg graph plotting library """ -__version__ = '1.3.1' +__version__ = '1.4.0' import sys from pygal.config import Config from pygal.ghost import Ghost, REAL_CHARTS