Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Jul 28, 2016
1 parent 5b3ec94 commit 3344fa6
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions docs/about/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Release Notes

## 3.2.0 - 2016-07-28

We continue to have a healthy group of contributors helping to maintain and
grow `pinax-stripe`.

* [Graham Ullrich](https://github.com/grahamu)
* [Camden Bickel](https://github.com/camdenb)
* [Patrick Altman](https://github.com/paltman/)
* [Anna Ossowski](https://github.com/ossanna16/)
* [Trevor Watson](https://github.com/cfc603)
* [Chris Streeter](https://github.com/streeter/)

This is mostly fixes and clean up to some bits of documentation but one
enhancement of the removal of Sites framework from being a hard requirement. It
is now optional, though if you are not running Sites framework, you'll want to
override some of the hooks in the `DefaultHookSet` to handle your specific
case.

* added a link to our code of conduct
* added support for wheels in our release packaging
* updated the classifier to Production/Stable (from Alpha!)
* [PR 253](https://github.com/pinax/pinax-stripe/pull/253) - fixed a typo
* [PR 261](https://github.com/pinax/pinax-stripe/pull/261) - fixed a documentation bug
* [PR 263](https://github.com/pinax/pinax-stripe/pull/263) - fixed documentation bug dealing with installation
* [PR 256](https://github.com/pinax/pinax-stripe/pull/256) - conditional sites framework import


## 3.1.0 - 2016-03-25

Thanks to all the contributors that made this release happen, at least 5 of
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
author_email=AUTHOR_EMAIL,
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
version="3.1.0",
version="3.2.0",
license="MIT",
url=URL,
packages=find_packages(),
Expand Down

0 comments on commit 3344fa6

Please sign in to comment.