Bump version
This commit is contained in:
parent
b3daed447d
commit
4da6f47ff0
|
@ -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
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
module Google
|
||||
module Apis
|
||||
# Client library version
|
||||
VERSION = '0.9.pre2'
|
||||
VERSION = '0.9.pre3'
|
||||
|
||||
# Current operating system
|
||||
# @private
|
||||
|
|
Loading…
Reference in New Issue