Skip to content

Commit 27df352

Browse files
committed
Bump version
1 parent db4e1d5 commit 27df352

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
---------
33

4-
**0.17.0 (TBA)**
4+
**0.17.0 (2017-01-15)**
55

66
* Changed configuration file format to allow switching between multiple logged
77
in accounts (#32)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name='toot',
14-
version='0.16.2',
14+
version='0.17.0',
1515
description='Mastodon CLI client',
1616
long_description=long_description.strip(),
1717
author='Ivan Habunek',

toot/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from collections import namedtuple
44

5-
__version__ = '0.16.2'
5+
__version__ = '0.17.0'
66

77
App = namedtuple('App', ['instance', 'base_url', 'client_id', 'client_secret'])
88
User = namedtuple('User', ['instance', 'username', 'access_token'])

0 commit comments

Comments
 (0)