Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 24, 2021. It is now read-only.

Commit 09bf0df

Browse files
author
Paul Daigle
committed
Release 2.3.0: client side pairing
1 parent 61055c6 commit 09bf0df

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ This project adheres to [Semantic Versioning](http://semver.org/).
88

99
### Changed
1010
- Long sleeps in pairing test to compensate for rate limiters
11+
- Smart sleep in test to retry if rate limiter limits

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Powerful, flexible, lightweight interface to the BitPay Bitcoin Payment Gateway
33

44
[![Supported Python versions](https://pypip.in/py_versions/bitpay/badge.svg)](https://pypi.python.org/pypi/bitpay/)
55
[![PyPi Package](https://pypip.in/version/bitpay/badge.svg)](https://pypi.python.org/pypi/bitpay/2.2.0)
6-
[![](https://travis-ci.org/philosodad/bitpay-python.svg?branch=master)](https://travis-ci.org/philosodad/bitpay-python)
6+
[![](https://travis-ci.org/bitpay/bitpay-python.svg?branch=master)](https://travis-ci.org/bitpay/bitpay-python)
77

88
This library is only compatible with Python 3. Please use the bitpay-python-py2 library for Python 2 installations.
99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
author = "Paul Daigle",
99
author_email = "[email protected]",
1010
url = "https://github.com/bitpay/bitpay-python",
11-
download_url = "https://github.com/bitpay/bitpay-python/tarball/v2.2.0",
11+
download_url = "https://github.com/bitpay/bitpay-python/tarball/v2.3.0",
1212
keywords = ["bitcoin", "payments", "crypto"],
1313
classifiers = [
1414
"Programming Language :: Python",

0 commit comments

Comments
 (0)