We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc7eb5 commit 67e6afcCopy full SHA for 67e6afc
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 1.76.0 - 2017-12-21
4
+* [#382](https://github.com/stripe/stripe-python/pull/382) Add new `IdempotencyError` type
5
+
6
## 1.75.3 - 2017-12-05
7
* [#378](https://github.com/stripe/stripe-python/pull/378) Log encoded version of parameters instead of raw POST data
8
VERSION
@@ -1 +1 @@
-1.75.3
+1.76.0
stripe/version.py
-VERSION = '1.75.3'
+VERSION = '1.76.0'
0 commit comments