We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af01663 commit 72b02afCopy full SHA for 72b02af
ChangeLog
@@ -1,3 +1,6 @@
1
+3.0.1 - 1/21/2015
2
+* Push with updated PyDocs.
3
+
4
3.0.0 - 1/5/2015
5
* Three new dependencies have been added: httplib2, oauth2client, and pysocks.
6
* One dependency has been removed: oauthlib
googleads/common.py
@@ -28,7 +28,7 @@
28
import googleads.errors
29
import googleads.oauth2
30
31
-VERSION = '3.0.0'
+VERSION = '3.0.1'
32
_COMMON_LIB_SIG = 'googleads/%s' % VERSION
33
_PROXY_YAML_KEY = 'proxy_info'
34
_PYTHON_VERSION = 'Python/%d.%d' % (sys.version_info[0], sys.version_info[1])
0 commit comments