summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt2
-rwxr-xr-xbin/wikitrans2
-rw-r--r--setup.py2
3 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index aa894f9..ebebda8 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1 +1,3 @@
1v1.3, 2018-09-01 -- Don't throw exception on invalid tokens.
2 Fix python 3 compatibility
1v1.2, 2018-08-27 -- Fix handling of unrecognized closing tags. 3v1.2, 2018-08-27 -- Fix handling of unrecognized closing tags.
diff --git a/bin/wikitrans b/bin/wikitrans
index 09ba0b3..01c3f9c 100755
--- a/bin/wikitrans
+++ b/bin/wikitrans
@@ -107,3 +107,3 @@ def main():
107 usage = '%prog [OPTIONS] ARG' 107 usage = '%prog [OPTIONS] ARG'
108 version = '%prog 1.2' 108 version = '%prog 1.3'
109 description = """Translates MediaWiki documents markup to various other formats. 109 description = """Translates MediaWiki documents markup to various other formats.
diff --git a/setup.py b/setup.py
index d1e10e7..d5d59d0 100644
--- a/setup.py
+++ b/setup.py
@@ -24,3 +24,3 @@ with open("README.rst", "r") as fh:
24setup(name='wikitrans', 24setup(name='wikitrans',
25 version='1.2', 25 version='1.3',
26 author='Sergey Poznyakoff', 26 author='Sergey Poznyakoff',

Return to:

Send suggestions and report system problems to the System administrator.