Skip to content

Commit 49f6566

Browse files
semantic-releasesystemallica
authored andcommitted
1.2.0
Automatically generated by python-semantic-release
1 parent dfbf6f8 commit 49f6566

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<!--next-version-placeholder-->
22

3+
## v1.2.0 (2023-10-28)
4+
5+
6+
37
## v1.1.1 (2022-01-06)
48

59
## 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.1.1"
3+
version = "1.2.0"
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,2 +1,2 @@
1-
__version__ = "1.1.1"
1+
__version__ = "1.2.0"
22
__version_info__ = tuple(int(num) if num.isdigit() else num for num in __version__.replace("-", ".", 1).split("."))

0 commit comments

Comments
 (0)