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 dfadddb + 3fd47d7 commit 37561ffCopy full SHA for 37561ff
CHANGELOG
@@ -1,5 +1,7 @@
1
## Unreleased
2
3
+## Version 2.2.9 February 6, 2015
4
+
5
- Added `original_adjustment()` to `Adjustment` for retrieving the linked
6
adjustment where the other came from for better accounting purposes
7
recurly/__init__.py
@@ -19,7 +19,7 @@
19
"""
20
21
22
-__version__ = '2.2.8'
+__version__ = '2.2.9'
23
24
BASE_URI = 'https://%s.recurly.com/v2/'
25
"""The API endpoint to send requests to."""
0 commit comments