We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b00f780 commit 1855827Copy full SHA for 1855827
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+### 0.12.0
2
+* [mattolson] Update badges for pypip.in
3
+* [bc-bfenton] Updating code for pep8 compliance
4
+* [bookernath] Add gift certs and banners as resources
5
+* [bookernath] Fix bug with path counting
6
+
7
### 0.11.0
8
9
* [jtallieu] Add support for Google product mappings endpoint
setup.py
@@ -7,7 +7,7 @@ def read(fname):
setup(
name = 'bigcommerce',
10
- version = '0.11.0',
+ version = '0.12.0',
11
12
packages = find_packages(),
13
install_requires = ['requests>=2.1.0', 'streql>=3.0.2'],
0 commit comments