1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-23 06:25:26 +00:00

Bump version

This commit is contained in:
Ivan Habunek 2017-12-12 11:12:59 +01:00
parent 3f6afaec5c
commit 05de52ce80
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
2 changed files with 5 additions and 1 deletions

View File

@ -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)

View File

@ -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',