Skip to content

Commit aaeec0a

Browse files
committed
PW-307 Use different version for Payment and Recurring service.
1 parent 4cfd9ef commit aaeec0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adyen/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def __init__(self, username=None, password=None, review_payout_username=None,
9191
self.skin_code = skin_code
9292
self.psp_list = []
9393
self.app_name = app_name
94-
self.LIB_VERSION = "1.1.0";
94+
self.LIB_VERSION = "1.2.0";
9595
self.USER_AGENT_SUFFIX = "adyen-python-api-library/";
9696
self.http_init = False
9797
self.http_force = http_force

0 commit comments

Comments
 (0)