From 0571e72b21973fca3e616777ba806034f83e75ff Mon Sep 17 00:00:00 2001 From: siznax Date: Fri, 26 Jan 2018 15:35:35 -0800 Subject: [PATCH] Updated metadata for 0.4.9 --- 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 50677e4..04e127a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,9 +3,10 @@ Release History --------------- -0.4.8 (2018-01-19) +0.4.9 (2018-01-26) ++++++++++++++++++ +* Improved infobox parsing (#109) * Added image (license, assessment) metadata (#104, #105) * Fixed Wikidata pageid, image bugs (#101, #102) * Added support for category continuations, subcategories (#99) diff --git a/setup.py b/setup.py index e670f8e..88dc35f 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='wptools', - version='0.4.8', + version='0.4.9', 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 a2662e3..841abe6 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.8" +__version__ = "0.4.9" from . import core from . import query