We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3007e6d commit 8ad3452Copy full SHA for 8ad3452
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.79.0 - 2018-02-23
4
+* [#397](https://github.com/stripe/stripe-python/pull/397) Build universal wheels by default
5
+* [#398](https://github.com/stripe/stripe-python/pull/398) Add support for `code` attribute on all Stripe exceptions
6
+
7
## 1.78.0 - 2018-02-21
8
* [#396](https://github.com/stripe/stripe-python/pull/396) Add support for topups
9
VERSION
@@ -1 +1 @@
-1.78.0
+1.79.0
stripe/version.py
-VERSION = '1.78.0'
+VERSION = '1.79.0'
0 commit comments