Bump version

This commit is contained in:
Ivan Habunek 2017-04-15 12:41:33 +02:00
parent 3864563520
commit 66453a84d2
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
2 changed files with 6 additions and 1 deletions

View File

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

View File

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