Skip to content

Commit b0c7dc9

Browse files
committed
Merge pull request #120 from recurly/bump_2_2_13
Version 2.2.13
2 parents 1fe164d + 3917537 commit b0c7dc9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
## Version 2.2.13 July 31, 2015
4+
35
- Require a version of six library >= 1.4.0
46
- Add `tax_exempt`, `tax_code`, `accounting_code` to `Transaction`
57
- Add `duration` to `Coupon`

recurly/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"""
2020

2121

22-
__version__ = '2.2.12'
22+
__version__ = '2.2.13'
2323

2424
BASE_URI = 'https://%s.recurly.com/v2/'
2525
"""The API endpoint to send requests to."""

0 commit comments

Comments
 (0)