Skip to content

Commit 3344fa6

Browse files
committed
3.2.0
1 parent 5b3ec94 commit 3344fa6

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

docs/about/release-notes.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Release Notes
22

3+
## 3.2.0 - 2016-07-28
4+
5+
We continue to have a healthy group of contributors helping to maintain and
6+
grow `pinax-stripe`.
7+
8+
* [Graham Ullrich](https://github.com/grahamu)
9+
* [Camden Bickel](https://github.com/camdenb)
10+
* [Patrick Altman](https://github.com/paltman/)
11+
* [Anna Ossowski](https://github.com/ossanna16/)
12+
* [Trevor Watson](https://github.com/cfc603)
13+
* [Chris Streeter](https://github.com/streeter/)
14+
15+
This is mostly fixes and clean up to some bits of documentation but one
16+
enhancement of the removal of Sites framework from being a hard requirement. It
17+
is now optional, though if you are not running Sites framework, you'll want to
18+
override some of the hooks in the `DefaultHookSet` to handle your specific
19+
case.
20+
21+
* added a link to our code of conduct
22+
* added support for wheels in our release packaging
23+
* updated the classifier to Production/Stable (from Alpha!)
24+
* [PR 253](https://github.com/pinax/pinax-stripe/pull/253) - fixed a typo
25+
* [PR 261](https://github.com/pinax/pinax-stripe/pull/261) - fixed a documentation bug
26+
* [PR 263](https://github.com/pinax/pinax-stripe/pull/263) - fixed documentation bug dealing with installation
27+
* [PR 256](https://github.com/pinax/pinax-stripe/pull/256) - conditional sites framework import
28+
29+
330
## 3.1.0 - 2016-03-25
431

532
Thanks to all the contributors that made this release happen, at least 5 of

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
author_email=AUTHOR_EMAIL,
6060
description=DESCRIPTION,
6161
long_description=LONG_DESCRIPTION,
62-
version="3.1.0",
62+
version="3.2.0",
6363
license="MIT",
6464
url=URL,
6565
packages=find_packages(),

0 commit comments

Comments
 (0)