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

Commit

Permalink
Release 2.3.0: client side pairing
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Daigle committed Mar 20, 2015
1 parent 61055c6 commit 09bf0df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
author = "Paul Daigle",
author_email = "[email protected]",
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",
Expand Down

0 comments on commit 09bf0df

Please sign in to comment.