Bump version - toot - Unnamed repository; edit this file 'description' to name … | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 61a12d31babc8c67987a38bfbe6bb487a867288e | |
parent c9ece5948234d298d89c698501dcadd177ba7c8e | |
Author: Ivan Habunek <[email protected]> | |
Date: Thu, 13 Apr 2017 10:05:45 +0200 | |
Bump version | |
Diffstat: | |
CHANGELOG.md | 7 +++++-- | |
setup.py | 2 +- | |
2 files changed, 6 insertions(+), 3 deletions(-) | |
--- | |
diff --git a/CHANGELOG.md b/CHANGELOG.md | |
@@ -1,10 +1,14 @@ | |
Changelog | |
--------- | |
+**0.2.1 (2016-04-13)** | |
+ | |
+* Fix invalid requirements in setup.py | |
+ | |
**0.2.0 (2016-04-12)** | |
* Bugfixes | |
**0.1.0 (2016-04-12)** | |
-* Initial release | |
-\ No newline at end of file | |
+* Initial release | |
diff --git a/setup.py b/setup.py | |
@@ -7,7 +7,7 @@ with open("README.rst") as readme: | |
setup( | |
name='toot', | |
- version='0.2.0', | |
+ version='0.2.1', | |
description='Interact with Mastodon social networks from the command line.… | |
long_description=long_description, | |
author='Ivan Habunek', |