1 parent 05bd9ae commit 44aeefcCopy full SHA for 44aeefc
2 files changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-### 0.10.3
+### 0.11.0
2
3
* [jtallieu] Add support for Google product mappings endpoint
4
* [mattolson] Add counts for all resources and subresources that support it
setup.py
@@ -7,7 +7,7 @@ def read(fname):
7
8
setup(
9
name = 'bigcommerce',
10
- version = '0.10.3',
+ version = '0.11.0',
11
12
packages = find_packages(),
13
install_requires = ['requests>=2.1.0', 'streql>=3.0.2'],
0 commit comments