Bump version
This commit is contained in:
parent
beb4b744d7
commit
65da61b8b6
2 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,12 @@
|
|||
Changelog
|
||||
---------
|
||||
|
||||
**0.12.0 (2016-05-08)**
|
||||
|
||||
* Add option to disable ANSI color in output (#15)
|
||||
* Return nonzero error code on error (#14)
|
||||
* Change license to GPLv3
|
||||
|
||||
**0.11.0 (2016-05-07)**
|
||||
|
||||
* Fix error when running toot from crontab (#11)
|
||||
|
|
2
setup.py
2
setup.py
|
@ -10,7 +10,7 @@ with open("requirements.txt") as f:
|
|||
|
||||
setup(
|
||||
name='toot',
|
||||
version='0.11.0',
|
||||
version='0.12.0',
|
||||
description='Interact with Mastodon social networks from the command line.',
|
||||
long_description=long_description,
|
||||
author='Ivan Habunek',
|
||||
|
|
Loading…
Reference in a new issue