forked from clintecker/python-googleanalytics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGES
More file actions
15 lines (9 loc) · 706 Bytes
/
CHANGES
File metadata and controls
15 lines (9 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
April 26: 1.0.2 Released
* Merged in changes from Robert Kosara, Michael Greene, and Patrick Collison which add multiple dimension and multiple metric support, pagination in data results, various style fixes, and bug fixes.
* Updated documentation and split out information into INSTALL/USAGE/README/AUTHORS so people can find information more easily.
April 25: 1.0.1 Released
* Fixed a small issue with the setup.py that was causing easy_install to break.
April 24: 1.0 Released
* Basic client with almost all functionality exposed as outlined in my blog post:
http://blog.clintecker.com/post/100021441/python-google-analytics-client-how-to-use-it-and-how
April 22: Started Development