Skip to content

Commit 5e66c55

Browse files
committed
bump version
1 parent 0022667 commit 5e66c55

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# CHANGELOG
22

3+
## v0.5.0
4+
5+
Added
6+
7+
- New method: `Inoreader.edit_subscription`
8+
- New command `edit-subscription`, now you can do these with this command:
9+
10+
- Subscribe a new feed
11+
- Unsubscribe a subscription
12+
- Rename a subscription
13+
- Add a subscription to a folder or remove it from a folder
14+
15+
Thanks to [Robért](https://github.com/rsguhr) for his [advice](https://github.com/Linusp/python-inoreader/issues/25).
16+
317
## v0.4.6
418

519
Added

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66

7-
VERSION = '0.4.7'
7+
VERSION = '0.5.0'
88
REQS = [
99
'lxml',
1010
'requests',

0 commit comments

Comments
 (0)