/+junk/pygooglechart-py3k

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/pygooglechart-py3k

« back to all changes in this revision

Viewing changes to pygooglechart.py

  • Committer: gak
  • Date: 2008-09-11 22:53:06 UTC
  • Revision ID: git-v1:ea0328bd48043ec06115ad363039059f8169272d
 - version bump to 0.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
# Helper variables and functions
33
33
# -----------------------------------------------------------------------------
34
34
 
35
 
__version__ = '0.2.1'
 
35
__version__ = '0.2.2'
36
36
__author__ = 'Gerald Kaszuba'
37
37
 
38
38
reo_colour = re.compile('^([A-Fa-f0-9]{2,2}){3,4}$')