Bump version - toot - Unnamed repository; edit this file 'description' to name … | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit c603142046d88fdbc11bd4900553fc2e00d74a03 | |
parent 7886199295bda15965999daa736a5e8e165e01d6 | |
Author: Ivan Habunek <[email protected]> | |
Date: Tue, 18 Apr 2017 17:16:41 +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.7.0 (2016-04-18)** | |
+ | |
+* Experimental 2FA support (#3) | |
+* Do not create a new application for each login | |
+ | |
**0.6.0 (2016-04-17)** | |
* Add `whoami` command | |
diff --git a/setup.py b/setup.py | |
@@ -7,7 +7,7 @@ with open("README.rst") as readme: | |
setup( | |
name='toot', | |
- version='0.6.0', | |
+ version='0.7.0', | |
description='Interact with Mastodon social networks from the command line.… | |
long_description=long_description, | |
author='Ivan Habunek', |