Skip to content

Commit 711ad10

Browse files
committed
Upgrade to new version
1 parent 2292b09 commit 711ad10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: authorizenet/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class constants(object):
1616
PRODUCTION = 'https://api2.authorize.net/xml/v1/request.api'
1717

1818
'''clientId'''
19-
version = '1.1.3'
19+
version = '1.1.4'
2020
clientId = 'sdk-python-' + version
2121

2222
'''xml encoding'''

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Versions should comply with PEP440. For a discussion on single-sourcing
1818
# the version across setup.py and the project code, see
1919
# https://packaging.python.org/en/latest/single_source_version.html
20-
version='1.1.3',
20+
version='1.1.4',
2121

2222
description='Authorize.Net Python SDK',
2323

0 commit comments

Comments
 (0)