pull/31/head 0.11.0
Ivan Habunek 2017-05-07 10:44:24 +02:00
rodzic 661d35675a
commit edf657ba5b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: CDBD63C43A30BB95
2 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -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`

Wyświetl plik

@ -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',