Skip to content

Commit ec12179

Browse files
committed
bump 2.2.3
1 parent f103fc2 commit ec12179

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## Unreleased
1+
## Version 2.2.3 August 5, 2014
22

3+
- Added subscription change preview
34
- Added `remaining_billing_cycles` to subscriptions
45

56
## Version 2.2.2 June 25, 2014

recurly/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"""
2020

2121

22-
__version__ = '2.2.2'
22+
__version__ = '2.2.3'
2323

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

0 commit comments

Comments
 (0)