Bump version

This commit is contained in:
Steven Bazyl 2015-07-30 17:07:49 -07:00
parent b3daed447d
commit 4da6f47ff0
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
# 0.9.0.pre3
* (Breaking change) Update method signatures to include require query parameters in the list of non-keyword args
# 0.9.0.pre2
* Add raw HTTP status code & body to errors
* Allow signet options to be passed in InstalledAppFlow.authorize

View File

@ -15,7 +15,7 @@
module Google
module Apis
# Client library version
VERSION = '0.9.pre2'
VERSION = '0.9.pre3'
# Current operating system
# @private