1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-16 06:15:25 +00:00

Bump version

This commit is contained in:
Ivan Habunek 2017-05-07 10:44:24 +02:00
parent 661d35675a
commit edf657ba5b
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.11.0 (2016-05-07)**
* Fix error when running toot from crontab (#11)
* Minor tweaks
**0.10.0 (2016-04-26)**
* Add commands: `block`, `unblock`, `mute`, `unmute`

View File

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