mirror of
https://github.com/ihabunek/toot.git
synced 2025-02-02 15:07:51 -05:00
Bump version
This commit is contained in:
parent
1bab2e117b
commit
5aa779ef06
@ -3,7 +3,7 @@ Changelog
|
||||
|
||||
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
|
||||
|
||||
**0.29.0 (TBA)**
|
||||
**0.29.0 (2022-11-21)**
|
||||
|
||||
* Add `bookmark` and `unbookmark` commands
|
||||
* Add `following` and `followers` commands (thanks @Oblomov)
|
||||
|
@ -1,5 +1,5 @@
|
||||
0.29.0:
|
||||
date: TBA
|
||||
date: 2022-11-21
|
||||
changes:
|
||||
- "Add `bookmark` and `unbookmark` commands"
|
||||
- "Add `following` and `followers` commands (thanks @Oblomov)"
|
||||
|
2
setup.py
2
setup.py
@ -12,7 +12,7 @@ and blocking accounts and other actions.
|
||||
|
||||
setup(
|
||||
name='toot',
|
||||
version='0.28.1',
|
||||
version='0.29.0',
|
||||
description='Mastodon CLI client',
|
||||
long_description=long_description.strip(),
|
||||
author='Ivan Habunek',
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
from collections import namedtuple
|
||||
|
||||
__version__ = '0.28.1'
|
||||
__version__ = '0.29.0'
|
||||
|
||||
App = namedtuple('App', ['instance', 'base_url', 'client_id', 'client_secret'])
|
||||
User = namedtuple('User', ['instance', 'username', 'access_token'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user