Browse Source

Release 2.1.0

pull/296/head 2.1.0
Florian Mounier 9 years ago
parent
commit
0cbdb77bf0
  1. 4
      docs/changelog.rst
  2. 2
      pygal/__init__.py
  3. 6
      setup.cfg

4
docs/changelog.rst

@ -2,8 +2,8 @@
Changelog 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 <documentation/configuration/value.html#confidence-intervals>`_ * Bar print value positioning with `print_values_position`. Can be `top`, `center` or `bottom` (thanks @chartique #291) `doc <documentation/configuration/value.html#confidence-intervals>`_
* Confidence intervals (thanks @chartique #292) `doc <documentation/configuration/data.html#print-values-position>`_ * Confidence intervals (thanks @chartique #292) `doc <documentation/configuration/data.html#print-values-position>`_

2
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 pkg_resources
import sys import sys

6
setup.cfg

@ -1,8 +1,8 @@
[wheel]
universal = 1
[pytest] [pytest]
flake8-ignore = flake8-ignore =
pygal/__init__.py F401 pygal/__init__.py F401
pygal/_compat.py F821 F401 pygal/_compat.py F821 F401
docs/conf.py ALL docs/conf.py ALL
[wheel]
universal = 1

Loading…
Cancel
Save