From af1132c072ddb5f30f0a1a56b466d2fb3e6da8e0 Mon Sep 17 00:00:00 2001 From: Chris Barton Date: Tue, 28 Apr 2015 11:24:53 -0700 Subject: [PATCH] bump to 2.2.10 --- CHANGELOG | 2 ++ recurly/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 9763cc44..9e16154a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,7 @@ ## Unreleased +## Version 2.2.10 April 28, 2015 + - Add `tax_type`, `tax_rate`, `tax_region` to `Adjustment` - Added `bank_account` type and attributes to `BillingInfo`, these include: - `name_on_account` diff --git a/recurly/__init__.py b/recurly/__init__.py index 54a7f4b3..b1ff91b4 100644 --- a/recurly/__init__.py +++ b/recurly/__init__.py @@ -19,7 +19,7 @@ """ -__version__ = '2.2.9' +__version__ = '2.2.10' BASE_URI = 'https://%s.recurly.com/v2/' """The API endpoint to send requests to."""