Skip to content

Commit b2388f1

Browse files
committed
Releasing 0.19.0
1 parent f59f448 commit b2388f1

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.19.0
2+
* [bookernath] Add counting for Web Pages
3+
* [bookernath] Add CRUD of Blog Posts
4+
15
### 0.18.2
26
* [Anmol-Gulati] Do not use mutable objects as default arguments
37

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
def read(fname):
66
return open(os.path.join(os.path.dirname(__file__), fname)).read()
77

8-
VERSION = '0.18.2'
8+
VERSION = '0.19.0'
99

1010
setup(
1111
name = 'bigcommerce',

0 commit comments

Comments
 (0)