Skip to content

Commit 3593b7e

Browse files
prakashb72gahan9
authored andcommitted
Bumped to version 2.0.3
1 parent 8a779f7 commit 3593b7e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,9 @@
22
History
33
=======
44

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# MINOR ------------
88
MINOR = 0
99
# BUILD ------
10-
BUILD = 2 # or __revision__
10+
BUILD = 3 # or __revision__
1111
# TAG -------
1212
TAG = ""
1313
__version__ = LooseVersion("{major}.{minor}.{build}{tag}".format(

0 commit comments

Comments
 (0)