diff --git a/CHANGELOG.md b/CHANGELOG.md index 52d72382a..f94c63d2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.0.3 - 2018-07-19 +* [#450](https://github.com/stripe/stripe-python/pull/450) Internal improvements to `ApiResource.class_url` + ## 2.0.2 - 2018-07-18 * [#448](https://github.com/stripe/stripe-python/pull/448) Avoid duplicate dependency on `requests` with Python 2.7 diff --git a/VERSION b/VERSION index e9307ca57..50ffc5aa7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.2 +2.0.3 diff --git a/stripe/version.py b/stripe/version.py index 009e1c496..2f7444bba 100644 --- a/stripe/version.py +++ b/stripe/version.py @@ -1 +1 @@ -VERSION = '2.0.2' +VERSION = '2.0.3'