Skip to content

Commit 3d6ba7e

Browse files
committed
Bump version to 1.75.3
1 parent f297c21 commit 3d6ba7e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

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

3-
## 1.75.2 - 2017-12-05
3+
## 1.75.3 - 2017-12-05
44
* [#378](https://github.com/stripe/stripe-python/pull/378) Log encoded version of parameters instead of raw POST data
55

6+
## 1.75.2 - 2017-12-05
7+
* (Accidental no-op release. See 1.75.3.)
8+
69
## 1.75.1 - 2017-11-29
710
* [#372](https://github.com/stripe/stripe-python/pull/372) Add only changed values to `_unsaved_values` in `StripeObject`
811
* [#375](https://github.com/stripe/stripe-python/pull/375) Use a custom JSON encoder to handle `datetime` objects when serializing `StripeObject`s

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.75.2
1+
1.75.3

stripe/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.75.2'
1+
VERSION = '1.75.3'

0 commit comments

Comments
 (0)