Skip to content

Commit

Permalink
Releasing 0.14.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalZajac committed Feb 10, 2016
1 parent 395fca3 commit 2880f73
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.14.0
* [bookernath] Add support for currencies

### 0.13.0
* [bookernath] Add support for product reviews CRUD

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def read(fname):

setup(
name = 'bigcommerce',
version = '0.13.0',
version = '0.14.0',

packages = find_packages(),
install_requires = ['requests>=2.1.0', 'streql>=3.0.2'],
Expand Down

0 comments on commit 2880f73

Please sign in to comment.