We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b454c commit f756c68Copy full SHA for f756c68
CHANGELOG
@@ -6,7 +6,17 @@ v1.3
6
Update several API samples.
7
Finish splitting out oauth2client repo and update tests.
8
Various doc cleanup and bugfixes.
9
-
+
10
+ Two important notes:
11
+ * We've added `googleapiclient` as the primary suggested import
12
+ name, and kept `apiclient` as an alias, in order to have a more
13
+ appropriate import name. At some point, we will remove `apiclient`
14
+ as an alias.
15
+ * Due to an issue around in-place upgrades for Python packages,
16
+ it's not possible to do an upgrade from version 1.2 to 1.3. Instead,
17
+ setup.py attempts to detect this and prevents it. Simply remove
18
+ the previous version and reinstall to fix this.
19
20
v1.2
21
Version 1.2
22
0 commit comments