Skip to content

Commit

Permalink
Merge pull request #64 from bookernath/master
Browse files Browse the repository at this point in the history
Releasing 0.18.0
  • Loading branch information
bookernath authored Mar 21, 2018
2 parents b67af90 + 2413883 commit 60e785f
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.18.0
* [surbas] New method for automatically paginating resources

### 0.17.3
* [bookernath] Remove streql dependency
* [bookernath] Fix redirect_to parameter for Customer Login API
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.3'
VERSION = '0.18.0'

setup(
name = 'bigcommerce',
Expand Down

0 comments on commit 60e785f

Please sign in to comment.