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