Skip to content

Commit 03eaaf3

Browse files
committed
bump version to 2.0.1
1 parent 02bc324 commit 03eaaf3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## UNRELEASED
66

7+
[2.0.1] - 02-03-2020
8+
## Fixed
9+
- [Deprecate TLS 1.1](https://github.com/QuickPay/quickpay-python-client/pull/21)
10+
711
[2.0.0] - 08-05-2019
812
### Breaking
913
- [Sending request with body, headers, and query](https://github.com/QuickPay/quickpay-python-client/issues/16#issuecomment-474115554)

quickpay_api_client/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '2.0.0'
1+
__version__ = '2.0.1'
22

33
from .client import QPClient

0 commit comments

Comments
 (0)