Skip to content
Snippets Groups Projects
Commit e253bc36 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-215: fixed tests and migrations

parent fb5de392
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ import pyxb.utils.six as _six
_GenerationUID = pyxb.utils.utility.UniqueIdentifier('urn:uuid:84ba4972-d87c-11ea-a91f-0242ac110001')
 
# Version of PyXB used to generate the bindings
_PyXBVersion = '1.2.6'
_PyXBVersion = '1.2.5'
# Generated bindings are not compatible across PyXB versions
if pyxb.__version__ != _PyXBVersion:
raise pyxb.PyXBVersionError(_PyXBVersion)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment