Skip to content

Commit 42dec9d

Browse files
author
NLR
committed
Bump to version 1.2.1.
1 parent a757ed2 commit 42dec9d

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.2.1
2+
-----
3+
- Require pyOpenSSL>=0.15 to prevent random failures.
4+
- Log more errors in case of request failure.
5+
16
1.2.0
27
-----
38

@@ -10,4 +15,4 @@
1015

1116
- **NEW**: This library is now under MIT Licence (Issue #4).
1217
- Minor fixes in tests.
13-
- Add this changelog.
18+
- Add this changelog.

payplug/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = '1.2.0'
2+
__version__ = '1.2.1'

0 commit comments

Comments
 (0)