From 85e9ae6b82c929da65a3133d0827d3b9e0402845 Mon Sep 17 00:00:00 2001 From: Thomas Debrunner Date: Fri, 23 Feb 2018 22:17:52 -0400 Subject: [PATCH 1/3] Update CHANGELOG.markdown --- CHANGELOG.markdown | 4 ++++ 1 file changed, 4 insertions(+) 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) From a2f8c617f8285259b8ae35f75637dc17b82cca15 Mon Sep 17 00:00:00 2001 From: Thomas Debrunner Date: Fri, 23 Feb 2018 22:19:19 -0400 Subject: [PATCH 2/3] Update pygooglechart.py --- pygooglechart.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pygooglechart.py b/pygooglechart.py index 573a808..d1fdc8e 100644 --- a/pygooglechart.py +++ b/pygooglechart.py @@ -4,7 +4,7 @@ http://pygooglechart.slowchop.com/ -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}$') From 9543d265cdfe51d8deaa162ef9628e0ddcb66408 Mon Sep 17 00:00:00 2001 From: Thomas Debrunner Date: Fri, 23 Feb 2018 22:30:14 -0400 Subject: [PATCH 3/3] Update pygooglechart.py --- pygooglechart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygooglechart.py b/pygooglechart.py index d1fdc8e..5ffc17d 100644 --- a/pygooglechart.py +++ b/pygooglechart.py @@ -2,7 +2,7 @@ """ pygooglechart - A complete Python wrapper for the Google Chart API -http://pygooglechart.slowchop.com/ +https://github.com/gak/pygooglechart Copyright 2007-2018 Gerald Kaszuba