Skip to content

Commit c5164f1

Browse files
committed
3.3.0
1 parent 86bed63 commit c5164f1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/about/release-notes.md

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

3+
## 3.3.0 - 2016-10-03
4+
5+
This release saw contributions from 6 people! Here they are in the order of their contributions since the last release:
6+
7+
* [PR 280](https://github.com/pinax/pinax-stripe/pull/280) ([Dan Olsen](https://github.com/danolsen)) - sync subscription on cancel
8+
* [PR 272](https://github.com/pinax/pinax-stripe/pull/272) ([Tobin Brown](https://github.com/Brobin)) - fix admin filtering for customer admin
9+
* [PR 252](https://github.com/pinax/pinax-stripe/pull/252) ([Chris Streeter](https://github.com/streeter)) - ignore customers who might be test customers
10+
* [PR 283](https://github.com/pinax/pinax-stripe/pull/283) ([Nikolai Konovalov](https://github.com/berdoc)) - fix error raised when `USE_TZ=False`
11+
* [PR 247](https://github.com/pinax/pinax-stripe/pull/247) ([Oli Bates](https://github.com/obates)) - add plan metadata
12+
* [Issue 284](https://github.com/pinax/pinax-stripe/issues/284) ([Patrick Altman](https://github.com/paltman)) - sync subscription data immediately upon subscribe
13+
314
## 3.2.1 - 2016-07-30
415

516
* [PR 266](https://github.com/pinax/pinax-stripe/pull/266) added some docs for webhooks and signals

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.2.1",
62+
version="3.3.0",
6363
license="MIT",
6464
url=URL,
6565
packages=find_packages(),

0 commit comments

Comments
 (0)