From 3c764bbff3cb806f61f0b11f8b9d9486bf2c894f Mon Sep 17 00:00:00 2001 From: Nathan Booker Date: Tue, 30 Oct 2018 12:54:38 -0500 Subject: [PATCH] Releasing 0.19.1 --- CHANGELOG.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3051c72..3e213c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/setup.py b/setup.py index a1f4028..622301c 100644 --- a/setup.py +++ b/setup.py @@ -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',