Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit c56eba7

Browse files
committed
v2.0.2 with clean_tag function fixed
1 parent 6c21f01 commit c56eba7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mediawiki_to_md.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
debug = False
1313

14-
__version__ = "2.0.1"
14+
__version__ = "2.0.2"
1515

1616
if "-v" in sys.argv or "--version" in sys.argv:
1717
print("This is mediawiki_to_git_md script mediawiki_to_md version " + __version__)

xml_to_git.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
debug = False
1414

15-
__version__ = "2.0.1"
15+
__version__ = "2.0.2"
1616

1717
if "-v" in sys.argv or "--version" in sys.argv:
1818
print("This is mediawiki_to_git_md script xml_to_git.py version " + __version__)

0 commit comments

Comments
 (0)