Bump version - toot - Unnamed repository; edit this file 'description' to name … | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 46a2a6e8ca07c6547f07982ae65ecfd048709c56 | |
parent 007d5539fa50568a6c4f2cf8bfcabebf12cd0a11 | |
Author: Ivan Habunek <[email protected]> | |
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(-) | |
--- | |
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_DEBU… | |
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', |