File tree 2 files changed +28
-1
lines changed
2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
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
+
3
30
## 3.1.0 - 2016-03-25
4
31
5
32
Thanks to all the contributors that made this release happen, at least 5 of
Original file line number Diff line number Diff line change 59
59
author_email = AUTHOR_EMAIL ,
60
60
description = DESCRIPTION ,
61
61
long_description = LONG_DESCRIPTION ,
62
- version = "3.1 .0" ,
62
+ version = "3.2 .0" ,
63
63
license = "MIT" ,
64
64
url = URL ,
65
65
packages = find_packages (),
You can’t perform that action at this time.
0 commit comments