Skip to content

Commit a55cfdd

Browse files
committed
Bump version to 2.33.2
1 parent 5b3a3c1 commit a55cfdd

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.33.2 - 2019-08-06
4+
* [#601](https://github.com/stripe/stripe-python/pull/601) Add support for passing full objects instead of IDs to custom methods
5+
* [#603](https://github.com/stripe/stripe-python/pull/603) Bump vendored six to latest version
6+
37
## 2.33.1 - 2019-08-06
48
* [#599](https://github.com/stripe/stripe-python/pull/599) Fix `del` statement to not raise `KeyError`
59

VERSION

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

stripe/version.py

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

0 commit comments

Comments
 (0)