Skip to content

Commit

Permalink
Releasing 0.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bookernath committed Jul 20, 2017
1 parent ba09742 commit c48c77d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.17.3
* [bookernath] Remove streql dependency
* [bookernath] Fix redirect_to parameter for Customer Login API

### 0.17.2
* [bookernath] Support for new rate limiting headers (OAuth connections only)

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.17.2'
VERSION = '0.17.3'

setup(
name = 'bigcommerce',
Expand Down

0 comments on commit c48c77d

Please sign in to comment.