mirror of
https://github.com/ihabunek/toot.git
synced 2024-11-03 04:17:21 -05:00
Bump version
This commit is contained in:
parent
b3ef85b42d
commit
44983ff95e
@ -1,6 +1,10 @@
|
|||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
**0.9.1 (2016-04-24)**
|
||||||
|
|
||||||
|
* Fix conflict with curses package name
|
||||||
|
|
||||||
**0.9.0 (2016-04-21)**
|
**0.9.0 (2016-04-21)**
|
||||||
|
|
||||||
* Add `whois` command
|
* Add `whois` command
|
||||||
|
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ with open("README.rst") as readme:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='toot',
|
name='toot',
|
||||||
version='0.9.0',
|
version='0.9.1',
|
||||||
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',
|
||||||
|
Loading…
Reference in New Issue
Block a user