Preparing for 1.0.2 release
This commit is contained in:
parent
6f923ad1f9
commit
8b80eea862
@ -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.2
|
||||
------
|
||||
* Removed functions and documentation for APIs that have been removed
|
||||
* Documentation is now vastly improved thanks to @lydia / girlsim
|
||||
* Rate limiting code - Mastodon.py can now attempt to respect rate limits
|
||||
* Several small bug fixes, consistency fixes, quality-of-life improvements
|
||||
|
||||
v.1.0.1
|
||||
-------
|
||||
* Added timeline_*() functions for consistency. timeline() functions as before.
|
||||
@ -9,5 +16,4 @@ v.1.0.1
|
||||
|
||||
v.1.0.0
|
||||
-------
|
||||
|
||||
* Initial Release
|
||||
|
@ -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.1'
|
||||
release = u'1.0.2'
|
||||
|
||||
# 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