Skip to content

Commit a903b36

Browse files
committed
Bump versions 7.1.1
1 parent 7e50bc1 commit a903b36

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Adyen/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
API_PAYMENT_VERSION = "v64"
1515
API_PAYOUT_VERSION = "v64"
1616
API_TERMINAL_VERSION = "v1"
17-
LIB_VERSION = "7.1.0"
17+
LIB_VERSION = "7.1.1"
1818
LIB_NAME = "adyen-python-api-library"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Adyen APIs Library for Python
22

3-
[![version](https://img.shields.io/badge/version-7.1.0-blue.svg)](https://docs.adyen.com/development-resources/libraries)
3+
[![version](https://img.shields.io/badge/version-7.1.1-blue.svg)](https://docs.adyen.com/development-resources/libraries)
44

55
This is the officially supported Python library for using Adyen's APIs.
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name='Adyen',
55
packages=['Adyen'],
6-
version='7.1.0',
6+
version='7.1.1',
77
maintainer='Adyen',
88
maintainer_email='support@adyen.com',
99
description='Adyen Python Api',

0 commit comments

Comments
 (0)