Skip to content

Commit f66af2c

Browse files
author
semantic-release
committed
1.2.1
Automatically generated by python-semantic-release
1 parent 295b3f1 commit f66af2c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-redsys"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
description = "A simple, clean and less dependant client to handle payments through Redsys."
55
authors = [
66
{ name = "Andrés Reverón Molina", email = "andres@reveronmolina.me" },

redsys/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "1.2.0"
1+
__version__ = "1.2.1"
22
__version_info__ = tuple(int(num) if num.isdigit() else num for num in __version__.replace("-", ".", 1).split("."))

0 commit comments

Comments
 (0)