Skip to content

Commit 3c764bb

Browse files
committed
Releasing 0.19.1
1 parent af74891 commit 3c764bb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 0.19.1
2+
* [bookernath] Bump requests to 2.20.0
3+
14
### 0.19.0
25
* [bookernath] Add counting for Web Pages
36
* [bookernath] Add CRUD of Blog Posts

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
def read(fname):
66
return open(os.path.join(os.path.dirname(__file__), fname)).read()
77

8-
VERSION = '0.19.0'
8+
VERSION = '0.19.1'
99

1010
setup(
1111
name = 'bigcommerce',

0 commit comments

Comments
 (0)