Bump version
This commit is contained in:
parent
7886199295
commit
c603142046
2 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
**0.7.0 (2016-04-18)**
|
||||||
|
|
||||||
|
* Experimental 2FA support (#3)
|
||||||
|
* Do not create a new application for each login
|
||||||
|
|
||||||
**0.6.0 (2016-04-17)**
|
**0.6.0 (2016-04-17)**
|
||||||
|
|
||||||
* Add `whoami` command
|
* Add `whoami` command
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -7,7 +7,7 @@ with open("README.rst") as readme:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='toot',
|
name='toot',
|
||||||
version='0.6.0',
|
version='0.7.0',
|
||||||
description='Interact with Mastodon social networks from the command line.',
|
description='Interact with Mastodon social networks from the command line.',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
author='Ivan Habunek',
|
author='Ivan Habunek',
|
||||||
|
|
Loading…
Reference in a new issue