Bump version - toot - Unnamed repository; edit this file 'description' to name the repository.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 66453a84d2213a6de413c1a9ae3ea67458810d02
 (DIR) parent 3864563520a83ee1ec5a326f9304d5e10ad27bdb
 (HTM) Author: Ivan Habunek <ivan@habunek.com>
       Date:   Sat, 15 Apr 2017 12:41:33 +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.4.0 (2016-04-15)**
       +
       +* Add `upload` command to post media
       +* Add `--visibility` and `--media` options to `post` command
       +
        **0.3.0 (2016-04-13)**
        
        * Add: view timeline
 (DIR) diff --git a/setup.py b/setup.py
       @@ -7,7 +7,7 @@ with open("README.rst") as readme:
        
        setup(
            name='toot',
       -    version='0.3.0',
       +    version='0.4.0',
            description='Interact with Mastodon social networks from the command line.',
            long_description=long_description,
            author='Ivan Habunek',