mirror of
https://github.com/ihabunek/toot.git
synced 2025-10-21 19:44:16 -04:00
Bump version
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
**0.11.0 (2016-05-07)**
|
||||||
|
|
||||||
|
* Fix error when running toot from crontab (#11)
|
||||||
|
* Minor tweaks
|
||||||
|
|
||||||
**0.10.0 (2016-04-26)**
|
**0.10.0 (2016-04-26)**
|
||||||
|
|
||||||
* Add commands: `block`, `unblock`, `mute`, `unmute`
|
* Add commands: `block`, `unblock`, `mute`, `unmute`
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -10,7 +10,7 @@ with open("requirements.txt") as f:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='toot',
|
name='toot',
|
||||||
version='0.10.0',
|
version='0.11.0',
|
||||||
description='Interact with Mastodon social networks from the command line.',
|
description='Interact with Mastodon social networks from the command line.',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
author='Ivan Habunek',
|
author='Ivan Habunek',
|
||||||
|
|||||||
Reference in New Issue
Block a user