Bump version

This commit is contained in:
Ivan Habunek 2017-04-26 11:51:49 +02:00
parent 7563641f54
commit a57cb5d251
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
Changelog
---------
**0.10.0 (2016-04-26)**
* Add commands: `block`, `unblock`, `mute`, `unmute`
* Internal improvements
**0.9.1 (2016-04-24)**
* Fix conflict with curses package name

View File

@ -10,7 +10,7 @@ with open("requirements.txt") as f:
setup(
name='toot',
version='0.9.1',
version='0.10.0',
description='Interact with Mastodon social networks from the command line.',
long_description=long_description,
author='Ivan Habunek',