Bump version
This commit is contained in:
parent
3a55309671
commit
6c3089bdf5
|
@ -1,3 +1,8 @@
|
|||
# 0.9.0.pre2
|
||||
* Add raw HTTP status code & body to errors
|
||||
* Allow signet options to be passed in InstalledAppFlow.authorize
|
||||
* Update DateTime serialization to include milliseconds
|
||||
|
||||
# 0.9.0.pre1
|
||||
* WARNING: Please see [MIGRATING](MIGRATING.md) for important information.
|
||||
* API classes are now generated ahead of time instead of at runtime.
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
module Google
|
||||
module Apis
|
||||
# Client library version
|
||||
VERSION = '0.9.pre1'
|
||||
VERSION = '0.9.pre2'
|
||||
|
||||
# Current operating system
|
||||
# @private
|
||||
|
|
Loading…
Reference in New Issue