diff --git a/changelog.rst b/changelog.rst index 19805d1..60696b1 100644 --- a/changelog.rst +++ b/changelog.rst @@ -5,6 +5,12 @@ Changelog *************** +.. _1.3.2: + +Version 1.3.2 +------------- +* Update urllib3 dependency to 1.25 (CVE-2019-11324) + .. _1.3.1: Version 1.3.1 diff --git a/setup.py b/setup.py index 1d12902..f3d7933 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ README = readme.read() readme.close() -VERSION = (1, 3, 1, 0, 0) +VERSION = (1, 3, 2, 0, 0) def get_version(): diff --git a/upwork/__init__.py b/upwork/__init__.py index a163467..ea15ddb 100644 --- a/upwork/__init__.py +++ b/upwork/__init__.py @@ -13,7 +13,7 @@ """ -VERSION = '1.3.1' +VERSION = '1.3.2' def get_version():