Browse Source

Bump to 1.6.0

pull/185/head
Florian Mounier 10 years ago
parent
commit
1c4999a21f
  1. 2
      pygal/__init__.py

2
pygal/__init__.py

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

Loading…
Cancel
Save