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',