Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Linusp committed Dec 4, 2023
1 parent ebe385b commit de8c501
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## v0.5.0

Added

- New method: `Inoreader.edit_subscription`
- New command `edit-subscription`, now you can do these with this command:

- Subscribe a new feed
- Unsubscribe a subscription
- Rename a subscription
- Add a subscription to a folder or remove it from a folder

Thanks to [Robért](https://github.com/rsguhr) for his [advice](https://github.com/Linusp/python-inoreader/issues/25).

## v0.4.6

Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages


VERSION = '0.4.7'
VERSION = '0.5.0'
REQS = [
'lxml',
'requests',
Expand Down

0 comments on commit de8c501

Please sign in to comment.