From e253bc368cf4ff3efb63f5b2d4a8f871bfb037be Mon Sep 17 00:00:00 2001 From: Jorrit Schaap <schaap@astron.nl> Date: Wed, 19 Aug 2020 15:27:29 +0200 Subject: [PATCH] TMSS-215: fixed tests and migrations --- lib/ltasip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ltasip.py b/lib/ltasip.py index 0855246..fa23581 100644 --- a/lib/ltasip.py +++ b/lib/ltasip.py @@ -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) -- GitLab