Skip to content

Commit f24d9d4

Browse files
committed
1.0.2
1 parent 9343c11 commit f24d9d4

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 1.0.2
2+
3+
## Fixed
4+
5+
- Secret is now a mandatory parameter
6+
- Required Python is now ^3.7
7+
- Fix the license
8+
- Code and messages improvements, thanks @jdelarubia
9+
110
# 1.0.1
211

312
## Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-redsys"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "A simple, clean and less dependant client to handle payments through Redsys."
55
authors = ["Andrés Reverón Molina <[email protected]>", "David Díaz <[email protected]>"]
66
license = "MIT"

redsys/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.0.1"
1+
__version__ = "1.0.2"
22
__version_info__ = tuple(
33
[
44
int(num) if num.isdigit() else num

0 commit comments

Comments
 (0)