Bump version - toot - Unnamed repository; edit this file 'description' to name the repository.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit c603142046d88fdbc11bd4900553fc2e00d74a03
 (DIR) parent 7886199295bda15965999daa736a5e8e165e01d6
 (HTM) Author: Ivan Habunek <ivan@habunek.com>
       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(-)
       ---
 (DIR) 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
 (DIR) 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',