mirror of
https://github.com/ihabunek/toot
synced 2024-12-23 07:27:12 +01:00
Bump version
This commit is contained in:
parent
c9ece59482
commit
61a12d31ba
@ -1,6 +1,10 @@
|
|||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
**0.2.1 (2016-04-13)**
|
||||||
|
|
||||||
|
* Fix invalid requirements in setup.py
|
||||||
|
|
||||||
**0.2.0 (2016-04-12)**
|
**0.2.0 (2016-04-12)**
|
||||||
|
|
||||||
* Bugfixes
|
* Bugfixes
|
||||||
|
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ with open("README.rst") as readme:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='toot',
|
name='toot',
|
||||||
version='0.2.0',
|
version='0.2.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