We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af74891 commit 3c764bbCopy full SHA for 3c764bb
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+### 0.19.1
2
+* [bookernath] Bump requests to 2.20.0
3
+
4
### 0.19.0
5
* [bookernath] Add counting for Web Pages
6
* [bookernath] Add CRUD of Blog Posts
setup.py
@@ -5,7 +5,7 @@
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
7
8
-VERSION = '0.19.0'
+VERSION = '0.19.1'
9
10
setup(
11
name = 'bigcommerce',
0 commit comments