From 09bf0df5544cdd5dff986273f58e8ce8d695b2b1 Mon Sep 17 00:00:00 2001 From: Paul Daigle Date: Fri, 20 Mar 2015 16:08:30 -0400 Subject: [PATCH] Release 2.3.0: client side pairing --- CHANGELOG.md | 1 + README.md | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 717ff45..714824e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,3 +8,4 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Changed - Long sleeps in pairing test to compensate for rate limiters +- Smart sleep in test to retry if rate limiter limits diff --git a/README.md b/README.md index 82db88c..4d98387 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Powerful, flexible, lightweight interface to the BitPay Bitcoin Payment Gateway [![Supported Python versions](https://pypip.in/py_versions/bitpay/badge.svg)](https://pypi.python.org/pypi/bitpay/) [![PyPi Package](https://pypip.in/version/bitpay/badge.svg)](https://pypi.python.org/pypi/bitpay/2.2.0) -[![](https://travis-ci.org/philosodad/bitpay-python.svg?branch=master)](https://travis-ci.org/philosodad/bitpay-python) +[![](https://travis-ci.org/bitpay/bitpay-python.svg?branch=master)](https://travis-ci.org/bitpay/bitpay-python) This library is only compatible with Python 3. Please use the bitpay-python-py2 library for Python 2 installations. diff --git a/setup.py b/setup.py index caf4631..e2daf3a 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ author = "Paul Daigle", author_email = "integrations@bitpay.com", url = "https://github.com/bitpay/bitpay-python", - download_url = "https://github.com/bitpay/bitpay-python/tarball/v2.2.0", + download_url = "https://github.com/bitpay/bitpay-python/tarball/v2.3.0", keywords = ["bitcoin", "payments", "crypto"], classifiers = [ "Programming Language :: Python",