diff --git a/README.md b/README.md index 55c091b0..f34044b5 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ PyPI status: [![PyPi version](https://pypip.in/v/paypalrestsdk/badge.png)](https://crate.io/packages/paypalrestsdk/) [![PyPi downloads](https://pypip.in/d/paypalrestsdk/badge.png)](https://crate.io/packages/paypalrestsdk/) -[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/paypal/rest-api-sdk-python/trend.png)](https://bitdeli.com/free "Bitdeli Badge") The PayPal REST SDK provides Python APIs to create, process and manage payment. The [Paypal REST APIs](https://developer.paypal.com/webapps/developer/docs/api/) are fully supported by the sdk. diff --git a/paypalrestsdk/version.py b/paypalrestsdk/version.py index c68196d1..a955fdae 100644 --- a/paypalrestsdk/version.py +++ b/paypalrestsdk/version.py @@ -1 +1 @@ -__version__ = "1.2.0" +__version__ = "1.2.1" diff --git a/release_notes.md b/release_notes.md index e070411a..62c99833 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,6 +1,11 @@ PayPal Python SDK release notes ============================ +v1.2.1 +----- +* Patch for exceptions import issue #50 +* Patch for urlparse import issue + v1.2.0 ----- * Subscription (Billing Plan and Billing Agreement) API supported