Bump version - toot - Unnamed repository; edit this file 'description' to name the repository.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 46a2a6e8ca07c6547f07982ae65ecfd048709c56
(DIR) parent 007d5539fa50568a6c4f2cf8bfcabebf12cd0a11
(HTM) Author: Ivan Habunek <ivan@habunek.com>
Date: Sat, 9 Sep 2017 09:58:26 +0200
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.0 (2017-09-09)**
+
+* Fix Windows compatibility (#18)
+
**0.14.0 (2017-09-07)**
* Add `--debug` option to enable debug logging instead of using the `TOOT_DEBUG`
(DIR) diff --git a/setup.py b/setup.py
@@ -7,7 +7,7 @@ with open("README.rst") as readme:
setup(
name='toot',
- version='0.14.0',
+ version='0.15.0',
description='Interact with Mastodon social networks from the command line.',
long_description=long_description,
author='Ivan Habunek',