Skip to content

Commit 9302a3a

Browse files
committed
Bump version to 1.79.1
1 parent c41ae0f commit 9302a3a

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.79.1 - 2018-02-27
4+
* [#401](https://github.com/stripe/stripe-python/pull/401) Drop conditional dependencies that incorrectly led to an added `simplejson` dependency in Python 3+ after switching to universal wheel
5+
36
## 1.79.0 - 2018-02-23
47
* [#397](https://github.com/stripe/stripe-python/pull/397) Build universal wheels by default
58
* [#398](https://github.com/stripe/stripe-python/pull/398) Add support for `code` attribute on all Stripe exceptions

VERSION

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

stripe/version.py

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

0 commit comments

Comments
 (0)