Bump version

This commit is contained in:
Ivan Habunek 2017-04-17 10:21:53 +02:00
parent f29cec0ce8
commit c3bafd56d8
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.6.0 (2016-04-17)**
* Add `whoami` command
* Migrate from `optparse` to `argparse`
**0.5.0 (2016-04-16)**
* Add `search`, `follow` and `unfollow` commands

View file

@ -7,7 +7,7 @@ with open("README.rst") as readme:
setup(
name='toot',
version='0.5.0',
version='0.6.0',
description='Interact with Mastodon social networks from the command line.',
long_description=long_description,
author='Ivan Habunek',