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.
1 parent 826a267 commit eec9266Copy full SHA for eec9266
CHANGELOG
@@ -1,5 +1,7 @@
1
## Unreleased
2
3
+## Version 2.2.12 June 25, 2015
4
+
5
- Add `ip_address` to `Transaction`
6
- Add `closed_at` to `Invoice`
7
- Add `refund_apply_order` to `Invoice` for specifying credits or transactions
recurly/__init__.py
@@ -19,7 +19,7 @@
19
"""
20
21
22
-__version__ = '2.2.11'
+__version__ = '2.2.12'
23
24
BASE_URI = 'https://%s.recurly.com/v2/'
25
"""The API endpoint to send requests to."""
0 commit comments