Hello
I am using the parser.py to parse a STIX files version 1.2.
My problem is that when i use STIX file version 1.2.1 i get the following error:
mixbox.parser.UnsupportedVersionError: Document version (1.2.1) not in supported versions ([StrictVersion ('1.1.1'), StrictVersion ('1.2')])
- How can i fix this error?
thank you for your help