Skip to content

Commit b63a71d

Browse files
author
Jon Wayne Parrott
authored
Release v1.6.3 (#433)
1 parent 3fb2a38 commit b63a71d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
v1.6.3
2+
Version 1.6.3
3+
4+
Bugfix release
5+
6+
- Add notification of maintenance mode to README. (#410)
7+
- Fix generation of methods with abnormal page token conventions. (#338)
8+
- Raise ValueError is credentials and developerKey are both specified. (#358)
9+
- Re-generate documentation. (#364, #373, #401)
10+
- Fix method signature documentation for multiline required parameters. (#374)
11+
- Fix ZeroDivisionError in MediaDownloadProgress.progress. (#377)
12+
- Fix dead link to WebTest in README. (#378)
13+
- Fix details missing in googleapiclient.errors.HttpError. (#412)
14+
- Don't treat httplib2.Credentials as oauth credentials. (#425)
15+
- Various fixes to the Django sample. (#413)
16+
117
v1.6.2
218
Version 1.6.2
319

googleapiclient/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.6.2"
15+
__version__ = "1.6.3"
1616

1717
# Set default logging handler to avoid "No handler found" warnings.
1818
import logging

0 commit comments

Comments
 (0)