Skip to content

Commit 423a7dc

Browse files
committed
bump to 2.2.6
1 parent ed039df commit 423a7dc

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

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)