Preparing for release
This commit is contained in:
parent
d7256798b7
commit
e00d480871
@ -1,6 +1,13 @@
|
||||
A note on versioning: This librarys major version will grow with the APIs
|
||||
version number. Breaking changes will be avoided as far as at all possible.
|
||||
|
||||
v1.0.7
|
||||
------
|
||||
* Added support for OAuth2 (Thanks to azillon)
|
||||
* Added support for several new endpoints (Thanks phryk, aeonofdiscord, naoyat)
|
||||
* Fixed various bugs (Thanks EliotBerriot, csu, edsu)
|
||||
* Added support for streaming API (Thanks wjt)
|
||||
|
||||
v1.0.6
|
||||
------
|
||||
* Fixed several bugs (Thanks to Psycojoker, wjt and wxcafe)
|
||||
|
@ -68,7 +68,7 @@ author = u'Lorenz Diener'
|
||||
# The short X.Y version.
|
||||
version = u'1.0'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = u'1.0.6'
|
||||
release = u'1.0.7'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
Loading…
x
Reference in New Issue
Block a user