mirror of
https://github.com/ihabunek/toot.git
synced 2024-11-03 04:17:21 -05:00
Bump version
This commit is contained in:
parent
82ed630864
commit
3ac8e59dec
@ -1,7 +1,7 @@
|
||||
Changelog
|
||||
---------
|
||||
|
||||
**0.20.0 (TBA)**
|
||||
**0.20.0 (2018-02-01)**
|
||||
|
||||
* Enable interaction with instances using http instead of https (#56)
|
||||
* Enable proxy usage via environment variables (#47)
|
||||
|
2
setup.py
2
setup.py
@ -11,7 +11,7 @@ Contains an experimental curses application for reading the timeline.
|
||||
|
||||
setup(
|
||||
name='toot',
|
||||
version='0.19.0',
|
||||
version='0.20.0',
|
||||
description='Mastodon CLI client',
|
||||
long_description=long_description.strip(),
|
||||
author='Ivan Habunek',
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
from collections import namedtuple
|
||||
|
||||
__version__ = '0.19.0'
|
||||
__version__ = '0.20.0'
|
||||
|
||||
App = namedtuple('App', ['instance', 'base_url', 'client_id', 'client_secret'])
|
||||
User = namedtuple('User', ['instance', 'username', 'access_token'])
|
||||
|
Loading…
Reference in New Issue
Block a user