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 8a779f7 commit 3593b7eCopy full SHA for 3593b7e
HISTORY.rst
@@ -2,3 +2,9 @@
2
History
3
=======
4
5
+2.0.3 (2024-01-17)
6
+------------------
7
+- Feature Improvements:
8
+ - Updated the list of invalid XML characters to enhance parsing accuracy.
9
+ - Upgraded dependencies to enhance the security of the application
10
+
src/xmlcli/_version.py
@@ -7,7 +7,7 @@
# MINOR ------------
MINOR = 0
# BUILD ------
-BUILD = 2 # or __revision__
+BUILD = 3 # or __revision__
11
# TAG -------
12
TAG = ""
13
__version__ = LooseVersion("{major}.{minor}.{build}{tag}".format(
0 commit comments