From c0562ffb1ca54a27640ec53b2aa56613a6f2ab49 Mon Sep 17 00:00:00 2001 From: Florian Mounier Date: Fri, 21 Feb 2014 17:22:44 +0100 Subject: [PATCH] Bump --- CHANGELOG | 3 ++- pygal/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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