Skip to content

Commit

Permalink
Releasing 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bookernath committed Oct 30, 2018
1 parent af74891 commit 3c764bb
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.19.1
* [bookernath] Bump requests to 2.20.0

### 0.19.0
* [bookernath] Add counting for Web Pages
* [bookernath] Add CRUD of Blog Posts
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()

VERSION = '0.19.0'
VERSION = '0.19.1'

setup(
name = 'bigcommerce',
Expand Down

0 comments on commit 3c764bb

Please sign in to comment.