Skip to content

Commit ff55695

Browse files
committed
Bump module version notes
This should have been done in PR 44. References: * #44 Signed-off-by: Alex Nelson <[email protected]>
1 parent 7a0cf5b commit ff55695

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dfxml/objects.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# Further explanation is on PEPs 484 and 563, via: https://stackoverflow.com/a/33533514
2323
from __future__ import annotations
2424

25-
__version__ = "0.12.0"
25+
__version__ = "0.13.0"
2626

2727
# Revision Log
2828
# 2018-07-22 @simsong - removed calls to logging, since this module shouldn't create log files.
@@ -32,7 +32,7 @@
3232
# Remaining roadmap to 1.0.0:
3333
# * Documentation.
3434
# * User testing.
35-
# * Compatibility with the DFXML schema, version >1.1.1.
35+
# * Compatibility with the DFXML schema, version >=2.0.0.
3636

3737
import abc
3838
import logging

0 commit comments

Comments
 (0)