There was an error while loading. Please reload this page.
1 parent df5fcf7 commit 95166acCopy full SHA for 95166ac
3 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 2.34.0 - 2019-08-09
4
+* [#604](https://github.com/stripe/stripe-python/pull/604) Remove subscription schedule revisions
5
+ - This is technically a breaking change. We've chosen to release it as a minor vesion bump because the associated API is unused.
6
+
7
## 2.33.2 - 2019-08-06
8
* [#601](https://github.com/stripe/stripe-python/pull/601) Add support for passing full objects instead of IDs to custom methods
9
* [#603](https://github.com/stripe/stripe-python/pull/603) Bump vendored six to latest version
VERSION
@@ -1 +1 @@
-2.33.2
+2.34.0
stripe/version.py
-VERSION = "2.33.2"
+VERSION = "2.34.0"
0 commit comments