mirror of
https://github.com/ihabunek/toot
synced 2025-01-11 09:03:57 +01:00
Bump version
This commit is contained in:
parent
db4e1d59f3
commit
27df352519
@ -1,7 +1,7 @@
|
|||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
**0.17.0 (TBA)**
|
**0.17.0 (2017-01-15)**
|
||||||
|
|
||||||
* Changed configuration file format to allow switching between multiple logged
|
* Changed configuration file format to allow switching between multiple logged
|
||||||
in accounts (#32)
|
in accounts (#32)
|
||||||
|
2
setup.py
2
setup.py
@ -11,7 +11,7 @@ Contains an experimental curses application for reading the timeline.
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='toot',
|
name='toot',
|
||||||
version='0.16.2',
|
version='0.17.0',
|
||||||
description='Mastodon CLI client',
|
description='Mastodon CLI client',
|
||||||
long_description=long_description.strip(),
|
long_description=long_description.strip(),
|
||||||
author='Ivan Habunek',
|
author='Ivan Habunek',
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
from collections import namedtuple
|
from collections import namedtuple
|
||||||
|
|
||||||
__version__ = '0.16.2'
|
__version__ = '0.17.0'
|
||||||
|
|
||||||
App = namedtuple('App', ['instance', 'base_url', 'client_id', 'client_secret'])
|
App = namedtuple('App', ['instance', 'base_url', 'client_id', 'client_secret'])
|
||||||
User = namedtuple('User', ['instance', 'username', 'access_token'])
|
User = namedtuple('User', ['instance', 'username', 'access_token'])
|
||||||
|
Loading…
Reference in New Issue
Block a user