Browse Source

Bump to 1.5.0. Fix #142

pull/146/head
Florian Mounier 11 years ago
parent
commit
78dd5b3048
  1. 2
      CHANGELOG
  2. 2
      pygal/__init__.py

2
CHANGELOG

@ -1,4 +1,4 @@
V 1.5.0 UNRELEASED V 1.5.0
Add per serie configuration Add per serie configuration
Add half pie (thanks philt2001) Add half pie (thanks philt2001)
Make lxml an optionnal dependency (huge speed boost in pypy) Make lxml an optionnal dependency (huge speed boost in pypy)

2
pygal/__init__.py

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

Loading…
Cancel
Save