Skip to content

Commit 82f535b

Browse files
committed
Merge pull request #91 from recurly/bump_2_2_6
bump to 2.2.6
2 parents ed039df + 423a7dc commit 82f535b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

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

3+
## Version 2.2.6 October 31, 2014
4+
5+
- Bug fix: `subscription.invoice` now returns the invoice for subscription
6+
change previewing
7+
38
## Version 2.2.5 October 21, 2014
49

510
- Added invoice previews: `account.build_invoice()`

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.5'
22+
__version__ = '2.2.6'
2323

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

0 commit comments

Comments
 (0)