Skip to content

Commit

Permalink
bump to 2.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarton committed Jun 25, 2015
1 parent 826a267 commit eec9266
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## Version 2.2.12 June 25, 2015

- Add `ip_address` to `Transaction`
- Add `closed_at` to `Invoice`
- Add `refund_apply_order` to `Invoice` for specifying credits or transactions
Expand Down
2 changes: 1 addition & 1 deletion recurly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"""


__version__ = '2.2.11'
__version__ = '2.2.12'

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

0 comments on commit eec9266

Please sign in to comment.