Skip to content

Commit 95166ac

Browse files
Bump version to 2.34.0
1 parent df5fcf7 commit 95166ac

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

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+
37
## 2.33.2 - 2019-08-06
48
* [#601](https://github.com/stripe/stripe-python/pull/601) Add support for passing full objects instead of IDs to custom methods
59
* [#603](https://github.com/stripe/stripe-python/pull/603) Bump vendored six to latest version

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.33.2
1+
2.34.0

stripe/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "2.33.2"
1+
VERSION = "2.34.0"

0 commit comments

Comments
 (0)