Skip to content

Commit

Permalink
Preparing for 1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenz Diener committed Nov 25, 2016
1 parent 6f923ad commit 8b80eea
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -9,5 +16,4 @@ v.1.0.1

v.1.0.0
-------

* Initial Release
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
# 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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='Mastodon.py',
version='1.0.1',
version='1.0.2',
description='Python wrapper for the Mastodon API',
packages=['mastodon'],
install_requires=['requests', 'dateutils'],
Expand Down

0 comments on commit 8b80eea

Please sign in to comment.