Skip to content

Commit

Permalink
Merge pull request #348 from Adyen/promote/main
Browse files Browse the repository at this point in the history
Release v13.1.0
  • Loading branch information
AdyenAutomationBot authored Nov 25, 2024
2 parents b88fd9a + 275d786 commit 828290e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Adyen/settings.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
LIB_NAME = "adyen-python-api-library"
LIB_VERSION = "13.0.0"
LIB_VERSION = "13.1.0"
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
13.0.0
13.1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name='Adyen',
packages=find_packages(include=["Adyen*"], exclude=["tests", "tests.*"]),
version='13.0.0',
version='13.1.0',
maintainer='Adyen',
maintainer_email='[email protected]',
description='Adyen Python Api',
Expand Down

0 comments on commit 828290e

Please sign in to comment.