From c603142046d88fdbc11bd4900553fc2e00d74a03 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Tue, 18 Apr 2017 17:16:41 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3df4d18..e8e5967 100644 --- 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 index 6c6e856..cc27c86 100644 --- 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',