Skip to content

Commit 33cd7da

Browse files
authored
Bump version to 7.1.0 (#169)
* Prepare 7.1.0 release * Update CODEOWNERS
1 parent 43b6dcc commit 33cd7da

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @AlexandrosMor @martinsrenato @rikterbeek @acampos1916 @candemiralp
1+
* @AlexandrosMor @rikterbeek @acampos1916 @candemiralp @michaelpaul @jillingk

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.0.0"
17+
LIB_VERSION = "7.1.0"
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.0.0-blue.svg)](https://docs.adyen.com/development-resources/libraries)
3+
[![version](https://img.shields.io/badge/version-7.1.0-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.0.0',
6+
version='7.1.0',
77
maintainer='Adyen',
88
maintainer_email='support@adyen.com',
99
description='Adyen Python Api',

0 commit comments

Comments
 (0)