Bump version to 0.3.0
This commit is contained in:
parent
9e32f7f8dd
commit
5f85d0847e
2 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
|||
Changelog
|
||||
---------
|
||||
|
||||
**0.3.0 (2016-04-13)**
|
||||
|
||||
* Add: view timeline
|
||||
* Require an explicit login
|
||||
|
||||
**0.2.1 (2016-04-13)**
|
||||
|
||||
* Fix invalid requirements in setup.py
|
||||
|
|
2
setup.py
2
setup.py
|
@ -7,7 +7,7 @@ with open("README.rst") as readme:
|
|||
|
||||
setup(
|
||||
name='toot',
|
||||
version='0.2.1',
|
||||
version='0.3.0',
|
||||
description='Interact with Mastodon social networks from the command line.',
|
||||
long_description=long_description,
|
||||
author='Ivan Habunek',
|
||||
|
|
Loading…
Reference in a new issue