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