From 8ac324830c08d1173be00eff9f1fec625af19847 Mon Sep 17 00:00:00 2001 From: siznax Date: Wed, 13 Dec 2017 14:22:13 -0800 Subject: [PATCH] Updated metadata for 0.4.5 --- HISTORY.rst | 3 ++- setup.py | 2 +- wptools/__init__.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index e5acff4..a616509 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,9 +3,10 @@ Release History --------------- -0.4.4 (2017-12-01) +0.4.5 (2017-12-13) ++++++++++++++++++ +* Fixed TypeError on Windows 10 (#95) * Fixed RESTBase LookupError on slash titles (#94) * Added boxterm param for more Infobox reach (#91) * Improved stress tests, wptool CLI script output diff --git a/setup.py b/setup.py index 273eaca..81b4d08 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='wptools', - version='0.4.4', + version='0.4.5', description='Wikipedia tools (for Humans)', long_description=readme + '\n\n' + history, url='https://github.com/siznax/wptools/', diff --git a/wptools/__init__.py b/wptools/__init__.py index 5ec44b2..f1ecbce 100644 --- a/wptools/__init__.py +++ b/wptools/__init__.py @@ -18,7 +18,7 @@ __contact__ = "https://github.com/siznax/wptools" __license__ = "MIT" __title__ = "wptools" -__version__ = "0.4.4" +__version__ = "0.4.5" from . import core from . import query