Skip to content

Commit

Permalink
bump to 2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarton committed Jan 27, 2015
1 parent 6c8d12d commit cf736e8
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.8 January 27, 2015

- Added address attribute into preview calls and update invoice notes path
- Added tests for new read-only attribute `vat_location_valid` on `Account`
- Added `invoice_number_prefix` and `invoice_number_with_prefix()` on
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.7'
__version__ = '2.2.8'

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

0 comments on commit cf736e8

Please sign in to comment.