We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0cf5b commit ff55695Copy full SHA for ff55695
dfxml/objects.py
@@ -22,7 +22,7 @@
22
# Further explanation is on PEPs 484 and 563, via: https://stackoverflow.com/a/33533514
23
from __future__ import annotations
24
25
-__version__ = "0.12.0"
+__version__ = "0.13.0"
26
27
# Revision Log
28
# 2018-07-22 @simsong - removed calls to logging, since this module shouldn't create log files.
@@ -32,7 +32,7 @@
32
# Remaining roadmap to 1.0.0:
33
# * Documentation.
34
# * User testing.
35
-# * Compatibility with the DFXML schema, version >1.1.1.
+# * Compatibility with the DFXML schema, version >=2.0.0.
36
37
import abc
38
import logging
0 commit comments