Skip to content

Commit 8ad3452

Browse files
committed
Bump version to 1.79.0
1 parent 3007e6d commit 8ad3452

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

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+
37
## 1.78.0 - 2018-02-21
48
* [#396](https://github.com/stripe/stripe-python/pull/396) Add support for topups
59

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.78.0
1+
1.79.0

stripe/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.78.0'
1+
VERSION = '1.79.0'

0 commit comments

Comments
 (0)