summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-08-27 11:09:39 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-08-27 11:10:13 +0300
commit0aae19835045bac0be0f22ecd0e84527cdaee21c (patch)
tree69ee414e5c5237b4ebda5a29ee41ce29fe79da38
parent6d65c3591b3d8b2dc9b833ac7222c8cba8b0911c (diff)
downloadwikitrans-0aae19835045bac0be0f22ecd0e84527cdaee21c.tar.gz
wikitrans-0aae19835045bac0be0f22ecd0e84527cdaee21c.tar.bz2
Version 1.2v1.2
-rw-r--r--CHANGES.txt1
-rwxr-xr-xbin/wikitrans2
-rw-r--r--setup.py2
3 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 07b991e..aa894f9 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1 +1,2 @@
+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 aaecb07..4a0fc06 100755
--- a/bin/wikitrans
+++ b/bin/wikitrans
@@ -102,3 +102,3 @@ def main():
usage = '%prog [OPTIONS] ARG'
- version = '%prog 1.0'
+ version = '%prog 1.2'
description = """Translates MediaWiki documents markup to various other formats.
diff --git a/setup.py b/setup.py
index 18bb54e..d1e10e7 100644
--- a/setup.py
+++ b/setup.py
@@ -24,3 +24,3 @@ with open("README.rst", "r") as fh:
setup(name='wikitrans',
- version='1.1',
+ version='1.2',
author='Sergey Poznyakoff',

Return to:

Send suggestions and report system problems to the System administrator.