Skip to content

Commit 67e6afc

Browse files
committed
Bump version to 1.76.0
1 parent 8cc7eb5 commit 67e6afc

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+
## 1.76.0 - 2017-12-21
4+
* [#382](https://github.com/stripe/stripe-python/pull/382) Add new `IdempotencyError` type
5+
36
## 1.75.3 - 2017-12-05
47
* [#378](https://github.com/stripe/stripe-python/pull/378) Log encoded version of parameters instead of raw POST data
58

VERSION

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

stripe/version.py

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

0 commit comments

Comments
 (0)