Bump version - toot - Unnamed repository; edit this file 'description' to name … | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit c3bafd56d82823a803a8abd040daf4f7d0f8aa8b | |
parent f29cec0ce8acaa07bcdc833f8f6a74a2b77d46cf | |
Author: Ivan Habunek <[email protected]> | |
Date: Mon, 17 Apr 2017 10:21:53 +0200 | |
Bump version | |
Diffstat: | |
CHANGELOG.md | 5 +++++ | |
setup.py | 2 +- | |
2 files changed, 6 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/CHANGELOG.md b/CHANGELOG.md | |
@@ -1,6 +1,11 @@ | |
Changelog | |
--------- | |
+**0.6.0 (2016-04-17)** | |
+ | |
+* Add `whoami` command | |
+* Migrate from `optparse` to `argparse` | |
+ | |
**0.5.0 (2016-04-16)** | |
* Add `search`, `follow` and `unfollow` commands | |
diff --git a/setup.py b/setup.py | |
@@ -7,7 +7,7 @@ with open("README.rst") as readme: | |
setup( | |
name='toot', | |
- version='0.5.0', | |
+ version='0.6.0', | |
description='Interact with Mastodon social networks from the command line.… | |
long_description=long_description, | |
author='Ivan Habunek', |