From 0cbdb77bf0234e9180be27ec3db868948b9a4f8d Mon Sep 17 00:00:00 2001 From: Florian Mounier Date: Wed, 13 Jan 2016 10:53:25 +0100 Subject: [PATCH] Release 2.1.0 --- docs/changelog.rst | 4 ++-- pygal/__init__.py | 2 +- setup.cfg | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 776fd8c..119a418 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,8 +2,8 @@ Changelog ========= -2.0.13 -====== +2.1.0 +===== * Bar print value positioning with `print_values_position`. Can be `top`, `center` or `bottom` (thanks @chartique #291) `doc `_ * Confidence intervals (thanks @chartique #292) `doc `_ diff --git a/pygal/__init__.py b/pygal/__init__.py index bf7133a..92a6fd5 100644 --- a/pygal/__init__.py +++ b/pygal/__init__.py @@ -24,7 +24,7 @@ and the maps extensions namespace module. """ -__version__ = '2.0.13' +__version__ = '2.1.0' import pkg_resources import sys diff --git a/setup.cfg b/setup.cfg index e938283..34e8e62 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,8 +1,8 @@ +[wheel] +universal = 1 + [pytest] flake8-ignore = pygal/__init__.py F401 pygal/_compat.py F821 F401 docs/conf.py ALL - -[wheel] -universal = 1