Skip to content

Commit 4845100

Browse files
committed
Releasing 0.16.0.
1 parent aa756cd commit 4845100

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 0.16.0
2+
* [bookernath] Add support for web pages
3+
14
### 0.15.0
25
* [bookernath] Add order message support
36
* [bookernath] Add support for customer login tokens

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def read(fname):
77

88
setup(
99
name = 'bigcommerce',
10-
version = '0.15.0',
10+
version = '0.16.0',
1111

1212
packages = find_packages(),
1313
install_requires = ['requests>=2.1.0', 'streql>=3.0.2', 'pyjwt>=1.4.0'],

0 commit comments

Comments
 (0)