Bump version - toot - Unnamed repository; edit this file 'description' to name the repository.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 05de52ce803f4b74f99eb92c8a49cc6873a39297
 (DIR) parent 3f6afaec5cc58fb8e0f5c8f829af6cfa8910d303
 (HTM) Author: Ivan Habunek <ivan@habunek.com>
       Date:   Tue, 12 Dec 2017 11:12:59 +0100
       
       Bump version
       
       Diffstat:
         CHANGELOG.md                        |       4 ++++
         setup.py                            |       2 +-
       
       2 files changed, 5 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/CHANGELOG.md b/CHANGELOG.md
       @@ -1,6 +1,10 @@
        Changelog
        ---------
        
       +**0.15.1 (2017-12-12)**
       +
       +* Fix crash when toot's URL is None (#33), thanks @veer66
       +
        **0.15.0 (2017-09-09)**
        
        * Fix Windows compatibility (#18)
 (DIR) diff --git a/setup.py b/setup.py
       @@ -7,7 +7,7 @@ with open("README.rst") as readme:
        
        setup(
            name='toot',
       -    version='0.15.0',
       +    version='0.15.1',
            description='Interact with Mastodon social networks from the command line.',
            long_description=long_description,
            author='Ivan Habunek',