mirror of
https://github.com/ihabunek/toot.git
synced 2024-11-03 04:17:21 -05:00
Bump version, generate changelog
This commit is contained in:
parent
4261d1c3fa
commit
c74d2ad916
@ -3,6 +3,10 @@ Changelog
|
||||
|
||||
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
|
||||
|
||||
**0.32.1 (2022-12-12)**
|
||||
|
||||
* Fix packaging issue, missing toot.utils module
|
||||
|
||||
**0.32.0 (2022-12-12)**
|
||||
|
||||
* TUI: Press N to translate status, if available on your instance (thanks Daniel
|
||||
|
2
setup.py
2
setup.py
@ -12,7 +12,7 @@ and blocking accounts and other actions.
|
||||
|
||||
setup(
|
||||
name='toot',
|
||||
version='0.32.0',
|
||||
version='0.32.1',
|
||||
description='Mastodon CLI client',
|
||||
long_description=long_description.strip(),
|
||||
author='Ivan Habunek',
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
from collections import namedtuple
|
||||
|
||||
__version__ = '0.32.0'
|
||||
__version__ = '0.32.1'
|
||||
|
||||
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