Skip to content

Commit

Permalink
Merge pull request #91 from recurly/bump_2_2_6
Browse files Browse the repository at this point in the history
bump to 2.2.6
  • Loading branch information
bhelx committed Oct 31, 2014
2 parents ed039df + 423a7dc commit 82f535b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Unreleased

## Version 2.2.6 October 31, 2014

- Bug fix: `subscription.invoice` now returns the invoice for subscription
change previewing

## Version 2.2.5 October 21, 2014

- Added invoice previews: `account.build_invoice()`
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.5'
__version__ = '2.2.6'

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

0 comments on commit 82f535b

Please sign in to comment.