Skip to content

Commit

Permalink
Release v1.6.3 (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott committed Aug 29, 2017
1 parent 3fb2a38 commit b63a71d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
v1.6.3
Version 1.6.3

Bugfix release

- Add notification of maintenance mode to README. (#410)
- Fix generation of methods with abnormal page token conventions. (#338)
- Raise ValueError is credentials and developerKey are both specified. (#358)
- Re-generate documentation. (#364, #373, #401)
- Fix method signature documentation for multiline required parameters. (#374)
- Fix ZeroDivisionError in MediaDownloadProgress.progress. (#377)
- Fix dead link to WebTest in README. (#378)
- Fix details missing in googleapiclient.errors.HttpError. (#412)
- Don't treat httplib2.Credentials as oauth credentials. (#425)
- Various fixes to the Django sample. (#413)

v1.6.2
Version 1.6.2

Expand Down
2 changes: 1 addition & 1 deletion googleapiclient/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.6.2"
__version__ = "1.6.3"

# Set default logging handler to avoid "No handler found" warnings.
import logging
Expand Down

0 comments on commit b63a71d

Please sign in to comment.