diff --git a/CHANGELOG.md b/CHANGELOG.md index 0af07d518..776adec44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.74.0 - 2017-11-07 +* [#368](https://github.com/stripe/stripe-python/pull/368) Remove API that allowed the creation of new disputes (this was an erroneous addition; it never worked because the API would not allow it) + ## 1.73.0 - 2017-11-02 * [#364](https://github.com/stripe/stripe-python/pull/364) Switch to vendored version of the `six` package for compatibility between Python 2 and 3 diff --git a/VERSION b/VERSION index 5e3a42566..dc87e8af8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.73.0 +1.74.0 diff --git a/stripe/version.py b/stripe/version.py index e34ee43a1..8e201ba78 100644 --- a/stripe/version.py +++ b/stripe/version.py @@ -1 +1 @@ -VERSION = '1.73.0' +VERSION = '1.74.0'