Skip to content

Commit

Permalink
Releasing 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bookernath committed Jan 30, 2019
1 parent e404147 commit 3d176b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 0.20.1
* [karen-white] Updated allowable methods on ProductVideos

### 0.20.0
* [bookernath] Automatically handle rate limiting via optional parameters

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()

VERSION = '0.20.0'
VERSION = '0.20.1'

setup(
name = 'bigcommerce',
Expand Down

0 comments on commit 3d176b4

Please sign in to comment.