We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e404147 commit 3d176b4Copy full SHA for 3d176b4
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+### 0.20.1
2
+* [karen-white] Updated allowable methods on ProductVideos
3
+
4
### 0.20.0
5
* [bookernath] Automatically handle rate limiting via optional parameters
6
setup.py
@@ -5,7 +5,7 @@
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
7
8
-VERSION = '0.20.0'
+VERSION = '0.20.1'
9
10
setup(
11
name = 'bigcommerce',
0 commit comments