Skip to content

Commit 06c2ec8

Browse files
authored
Merge pull request #581 from pinax/stripe-2.0
Pin to greater than 2.0 for python-stripe
2 parents a236d0c + da4f8c0 commit 06c2ec8

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

docs/about/release-notes.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Release Notes
22

3+
## 4.4.0 - 2018-08-04
4+
5+
* Pin `python-stripe` to `>2.0` after the merge of [PR 574](https://github.com/pinax/pinax-stripe/pull/574) which fixed compatibility. [PR 581](https://github.com/pinax/pinax-stripe/pull/581)
6+
7+
38
## 4.3.1 - 2018-08-04
49

5-
* Pin `python-stripe` to `>2.0` as that major release broke things in `pinax-stripe` [PR 580](https://github.com/pinax/pinax-stripe/pull/580)
10+
* Pin `python-stripe` to `<2.0` as that major release broke things in `pinax-stripe` [PR 580](https://github.com/pinax/pinax-stripe/pull/580)
611

712

813
## 3.4.1 - 2017-04-21

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
author_email=AUTHOR_EMAIL,
6464
description=DESCRIPTION,
6565
long_description=LONG_DESCRIPTION,
66-
version="4.3.1",
66+
version="4.4.0",
6767
license="MIT",
6868
url=URL,
6969
packages=find_packages(),
@@ -88,7 +88,7 @@
8888
install_requires=[
8989
"django-appconf>=1.0.1",
9090
"jsonfield>=1.0.3",
91-
"stripe>=1.7.9, <2.0",
91+
"stripe>=2.0",
9292
"django>=1.8",
9393
"pytz",
9494
"six",

0 commit comments

Comments
 (0)