We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed039df + 423a7dc commit 82f535bCopy full SHA for 82f535b
CHANGELOG
@@ -1,5 +1,10 @@
1
## Unreleased
2
3
+## Version 2.2.6 October 31, 2014
4
+
5
+- Bug fix: `subscription.invoice` now returns the invoice for subscription
6
+change previewing
7
8
## Version 2.2.5 October 21, 2014
9
10
- Added invoice previews: `account.build_invoice()`
recurly/__init__.py
@@ -19,7 +19,7 @@
19
"""
20
21
22
-__version__ = '2.2.5'
+__version__ = '2.2.6'
23
24
BASE_URI = 'https://%s.recurly.com/v2/'
25
"""The API endpoint to send requests to."""
0 commit comments