Skip to content

Commit 12bf099

Browse files
committed
Bump version to 2.29.1
1 parent a48713f commit 12bf099

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 2.29.1 - 2019-05-31
4+
* [#578](https://github.com/stripe/stripe-python/pull/578) Verify signatures before deserializing events
5+
36
## 2.29.0 - 2019-05-23
47
* [#575](https://github.com/stripe/stripe-python/pull/575) Add support for `radar.early_fraud_warning` resource
58

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.29.0
1+
2.29.1

stripe/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "2.29.0"
1+
VERSION = "2.29.1"

0 commit comments

Comments
 (0)