From 752a5f58940ac3f647fec8e643472e7323522f05 Mon Sep 17 00:00:00 2001 From: siznax Date: Mon, 20 Nov 2017 20:45:56 -0800 Subject: [PATCH] Updated metadata for 0.4.2 --- HISTORY.rst | 7 ++++--- setup.py | 2 +- wptools/__init__.py | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 289c03c..7a78eda 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,11 +3,12 @@ Release History --------------- -0.4.1 (2017-11-17) +0.4.2 (2017-11-20) ++++++++++++++++++ -* Surfaced redirects, disambiguation links -* Increased test coverage to 93%, pylint score 10.0 +* Getting ALL Wikidata (#56) +* Surfaced redirects, disambiguation links (#25) +* Increased test coverage to 95%, pylint score 10.0 * Added more page data, split off expensive queries * Implemented basic category and site functionality * Changed page._WIKIPROPS to wikidata.LABELS diff --git a/setup.py b/setup.py index 9cbda96..1d0afb4 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='wptools', - version='0.4.1', + version='0.4.2', 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 eda2f46..bd8d8c5 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.1" +__version__ = "0.4.2" from . import core from . import query