summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-09-01 22:31:44 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-09-01 22:31:44 +0300
commit95752e413d7407c184f42bca61c659e37a3f9b46 (patch)
treebe4f9457de323e707132a60fcccffd6e3cb79652
parent5320bea15e388200e613e6a2bdac3c1449030986 (diff)
downloadwikitrans-1.3.tar.gz
wikitrans-1.3.tar.bz2
Version 1.3v1.3
-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,2 +1,4 @@
+v1.3, 2018-09-01 -- Don't throw exception on invalid tokens.
+ Fix python 3 compatibility
v1.2, 2018-08-27 -- Fix handling of unrecognized closing tags.
v1.1, 2018-08-24 -- Initialize token_class dynamically.
diff --git a/bin/wikitrans b/bin/wikitrans
index 09ba0b3..01c3f9c 100755
--- a/bin/wikitrans
+++ b/bin/wikitrans
@@ -106,5 +106,5 @@ def getwiki(url, options):
def main():
usage = '%prog [OPTIONS] ARG'
- version = '%prog 1.2'
+ version = '%prog 1.3'
description = """Translates MediaWiki documents markup to various other formats.
If ARG looks like a URL, the wiki text to be converted will be downloaded
diff --git a/setup.py b/setup.py
index d1e10e7..d5d59d0 100644
--- a/setup.py
+++ b/setup.py
@@ -23,5 +23,5 @@ with open("README.rst", "r") as fh:
setup(name='wikitrans',
- version='1.2',
+ version='1.3',
author='Sergey Poznyakoff',
author_email='gray@gnu.org',

Return to:

Send suggestions and report system problems to the System administrator.