Skip to content

Commit

Permalink
Merge pull request #581 from pinax/stripe-2.0
Browse files Browse the repository at this point in the history
Pin to greater than 2.0 for python-stripe
  • Loading branch information
paltman committed Aug 4, 2018
2 parents a236d0c + da4f8c0 commit 06c2ec8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion docs/about/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Release Notes

## 4.4.0 - 2018-08-04

* 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)


## 4.3.1 - 2018-08-04

* 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)
* 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)


## 3.4.1 - 2017-04-21
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
author_email=AUTHOR_EMAIL,
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
version="4.3.1",
version="4.4.0",
license="MIT",
url=URL,
packages=find_packages(),
Expand All @@ -88,7 +88,7 @@
install_requires=[
"django-appconf>=1.0.1",
"jsonfield>=1.0.3",
"stripe>=1.7.9, <2.0",
"stripe>=2.0",
"django>=1.8",
"pytz",
"six",
Expand Down

0 comments on commit 06c2ec8

Please sign in to comment.