File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 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
532Thanks to all the contributors that made this release happen, at least 5 of
Original file line number Diff line number Diff line change 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 (),
You can’t perform that action at this time.
0 commit comments