mirror of
https://github.com/ihabunek/toot
synced 2024-12-22 23:08:17 +01:00
Bump version, update changelog
This commit is contained in:
parent
de2547cfa1
commit
d76a2ee967
@ -3,6 +3,11 @@ Changelog
|
||||
|
||||
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
|
||||
|
||||
**0.30.1 (2022-11-30)**
|
||||
|
||||
* Remove usage of depreacted `text_url` status field. Fixes posting media
|
||||
without text.
|
||||
|
||||
**0.30.0 (2022-11-29)**
|
||||
|
||||
* Display polls in `timeline` (thanks Daniel Schwarz)
|
||||
|
@ -1,3 +1,8 @@
|
||||
0.30.1:
|
||||
date: 2022-11-30
|
||||
changes:
|
||||
- "Remove usage of depreacted `text_url` status field. Fixes posting media without text."
|
||||
|
||||
0.30.0:
|
||||
date: 2022-11-29
|
||||
changes:
|
||||
|
2
setup.py
2
setup.py
@ -12,7 +12,7 @@ and blocking accounts and other actions.
|
||||
|
||||
setup(
|
||||
name='toot',
|
||||
version='0.30.0',
|
||||
version='0.30.1',
|
||||
description='Mastodon CLI client',
|
||||
long_description=long_description.strip(),
|
||||
author='Ivan Habunek',
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
from collections import namedtuple
|
||||
|
||||
__version__ = '0.30.0'
|
||||
__version__ = '0.30.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