Skip to content

Commit 03a462c

Browse files
committed
3.4.0
1 parent 68aa889 commit 03a462c

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

docs/about/release-notes.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Release Notes
22

3+
## 3.4.0 - 2017-04-14
4+
5+
This release is long overdue. It includes coupon support, improved admin,
6+
fixing some bugs and deprecation warnings, support for taxes on subscriptions
7+
and handling unicode in customers names.
8+
9+
* [PR 259](https://github.com/pinax/pinax-stripe/pull/259) ([Vadim](https://github.com/bessiash)) - country is blankable now for `Card` objects
10+
* [PR 292](https://github.com/pinax/pinax-stripe/pull/292) ([Russell Keith-Magee](https://github.com/freakboy3742)) - handle unicode characters in customer names
11+
* [PR 299](https://github.com/pinax/pinax-stripe/pull/299) ([Russell Keith-Magee](https://github.com/freakboy3742)) - add template tag for stripe public key
12+
* [PR 302](https://github.com/pinax/pinax-stripe/pull/302) ([Ryan Verner](https://github.com/xfxf)) - tax support to subscriptions
13+
* [PR 304](https://github.com/pinax/pinax-stripe/pull/304) ([Russell Keith-Magee](https://github.com/freakboy3742)) - enable charge immediately option on subscription update
14+
* [PR 303](https://github.com/pinax/pinax-stripe/pull/303) ([Russell Keith-Magee](https://github.com/freakboy3742)) - coupon support
15+
* [PR 305](https://github.com/pinax/pinax-stripe/pull/305) ([Russell Keith-Magee](https://github.com/freakboy3742)) - protect against duplicate customer creation
16+
* [PR 307](https://github.com/pinax/pinax-stripe/pull/307) ([Adam Duren](https://github.com/adamduren)) - do not require customer to create a charge
17+
* [PR 313](https://github.com/pinax/pinax-stripe/pull/313) ([Ian R-P](https://github.com/iarp)) - update to handle change in exception message from stripe for customer not found
18+
* [PR 316](https://github.com/pinax/pinax-stripe/pull/316) ([Charlie Denton](https://github.com/meshy)) - doc updates
19+
* [PR 317](https://github.com/pinax/pinax-stripe/pull/317) ([Charlie Denton](https://github.com/meshy)) - fixes failed charge webhook processing
20+
* [PR 319](https://github.com/pinax/pinax-stripe/pull/319) ([Charlie Denton](https://github.com/meshy)) - allow customers to be created with qty > 1 of a subscription plan
21+
* [PR 323](https://github.com/pinax/pinax-stripe/pull/323) ([Charlie Denton](https://github.com/meshy)) - fix packaging to prevent jsonfield 2+ from installing
22+
* [PR 324](https://github.com/pinax/pinax-stripe/pull/324) ([Charlie Denton](https://github.com/meshy)) - gracefully handle invoice creation failure
23+
* [PR 295](https://github.com/pinax/pinax-stripe/pull/295), [PR 291](https://github.com/pinax/pinax-stripe/pull/291), [PR 288](https://github.com/pinax/pinax-stripe/pull/288), [PR 286](https://github.com/pinax/pinax-stripe/pull/286) ([Mariusz Felisiak](https://github.com/felixxm)) - fixed deprecation warnings
24+
25+
326
## 3.3.0 - 2016-10-03
427

528
This release saw contributions from 6 people!

setup.py

Lines changed: 1 addition & 1 deletion
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.3.0",
62+
version="3.4.0",
6363
license="MIT",
6464
url=URL,
6565
packages=find_packages(),

0 commit comments

Comments
 (0)