Skip to content

Commit 2121d59

Browse files
committed
bump version
1 parent 18664f0 commit 2121d59

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
4+
## v0.4.0
5+
6+
Added
7+
8+
- New Class: `InoreaderConfigManager` for config management
9+
10+
Changed
11+
12+
- Use OAuth2.0 authentication instead of user authentication with password
13+
- Optimized code of `InoreaderClient`
14+
- Optimized results of commands
15+
316
## v0.3.0
417

518
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.3.0'
7+
VERSION = '0.4.0'
88
REQS = [
99
'lxml',
1010
'requests',

0 commit comments

Comments
 (0)