From 0aae19835045bac0be0f22ecd0e84527cdaee21c Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 27 Aug 2018 11:09:39 +0300 Subject: Version 1.2 --- CHANGES.txt | 1 + bin/wikitrans | 2 +- setup.py | 2 +- 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,2 +1,3 @@ +v1.2, 2018-08-27 -- Fix handling of unrecognized closing tags. v1.1, 2018-08-24 -- Initialize token_class dynamically. v1.0, 2018-08-19 -- Initial release. diff --git a/bin/wikitrans b/bin/wikitrans index aaecb07..4a0fc06 100755 --- a/bin/wikitrans +++ b/bin/wikitrans @@ -100,7 +100,7 @@ def getwiki(url, options): def main(): usage = '%prog [OPTIONS] ARG' - version = '%prog 1.0' + version = '%prog 1.2' description = """Translates MediaWiki documents markup to various other formats. If ARG looks like a URL, the wiki text to be converted will be downloaded from that URL. diff --git a/setup.py b/setup.py index 18bb54e..d1e10e7 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ with open("README.rst", "r") as fh: long_description = fh.read() setup(name='wikitrans', - version='1.1', + version='1.2', author='Sergey Poznyakoff', author_email='gray@gnu.org', url='http://www.gnu.org.ua/projects/wikitrans', -- cgit v1.2.1