Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f756c68

Browse files
committed
Update CHANGELOG for release.
1 parent f6b454c commit f756c68

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,17 @@ v1.3
66
Update several API samples.
77
Finish splitting out oauth2client repo and update tests.
88
Various doc cleanup and bugfixes.
9-
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+
1020
v1.2
1121
Version 1.2
1222

0 commit comments

Comments
 (0)