Skip to content

Commit f5486ae

Browse files
committed
bump version to 2.0.0
1 parent 77acda4 commit f5486ae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

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

55
## UNRELEASED
66

7+
[2.0.0] - 08-05-2019
78
### Breaking
89
- [Sending request with body, headers, and query](https://github.com/QuickPay/quickpay-python-client/issues/16#issuecomment-474115554)
910

quickpay_api_client/__init__.py

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

33
from .client import QPClient

0 commit comments

Comments
 (0)