Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabunek committed Nov 21, 2022
1 parent 1bab2e1 commit 5aa779e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion changelog.yaml
Original file line number Diff line number Diff line change
@@ -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)"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='toot',
version='0.28.1',
version='0.29.0',
description='Mastodon CLI client',
long_description=long_description.strip(),
author='Ivan Habunek',
Expand Down
2 changes: 1 addition & 1 deletion toot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'])
Expand Down

0 comments on commit 5aa779e

Please sign in to comment.