Skip to content

Commit 1a962a1

Browse files
committed
downgraded the pyxb version from 1.2.6 to 1.2.5
1 parent dbfbb7a commit 1a962a1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

authorizenet/apicontractsv1.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ./binding.py
22
# -*- coding: utf-8 -*-
33
# PyXB bindings for NM:0fc19dc0c6315668ca059fd5839cdad268ce84d3
4-
# Generated 2017-11-04 08:44:56.868166 by PyXB version 1.2.6 using Python 2.7.6.final.0
4+
# Generated 2017-11-04 08:44:56.868166 by PyXB version 1.2.5 using Python 2.7.6.final.0
55
# Namespace AnetApi/xml/v1/schema/AnetApiSchema.xsd
66

77
from __future__ import unicode_literals
@@ -17,7 +17,7 @@
1717
_GenerationUID = pyxb.utils.utility.UniqueIdentifier('urn:uuid:55393c0e-c10e-11e7-b103-08002720bf85')
1818

1919
# Version of PyXB used to generate the bindings
20-
_PyXBVersion = '1.2.6'
20+
_PyXBVersion = '1.2.5'
2121
# Generated bindings are not compatible across PyXB versions
2222
if pyxb.__version__ != _PyXBVersion:
2323
raise pyxb.PyXBVersionError(_PyXBVersion)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
# your project is installed. For an analysis of "install_requires" vs pip's
6363
# requirements files see:
6464
# https://packaging.python.org/en/latest/requirements.html
65-
install_requires=['pyxb==1.2.6', 'nose', 'mock', 'lxml'],
65+
install_requires=['pyxb==1.2.5', 'nose', 'mock', 'lxml'],
6666
#install_requires=['nose'],
6767
#install_requires=['nosetests'],
6868
#install_requires=['mock'],

0 commit comments

Comments
 (0)