diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 844523b..279cebf 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,5 +1,9 @@ # ChangeLog +## 0.4.1 2018-02-23 + * fix base Google API url (Graham Ullrich) + * Use correct color delimiter (Dorian Kind) + ## 0.4.0 2013-06-02 * Python 3 compatibility (Geremy Condra) * Fix chco separator (Iacopo Spalletti) diff --git a/pygooglechart.py b/pygooglechart.py index 573a808..5ffc17d 100644 --- a/pygooglechart.py +++ b/pygooglechart.py @@ -2,9 +2,9 @@ """ pygooglechart - A complete Python wrapper for the Google Chart API -http://pygooglechart.slowchop.com/ +https://github.com/gak/pygooglechart -Copyright 2007-2013 Gerald Kaszuba +Copyright 2007-2018 Gerald Kaszuba This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -44,7 +44,7 @@ # Helper variables and functions # ----------------------------------------------------------------------------- -__version__ = '0.4.0' +__version__ = '0.4.1' __author__ = 'Gerald Kaszuba' reo_colour = re.compile('^([A-Fa-f0-9]{2,2}){3,4}$')