From d3a4b7d8f8e80499716293e2944ebbd405cab36a Mon Sep 17 00:00:00 2001 From: siznax Date: Mon, 7 May 2018 17:54:50 -0700 Subject: [PATCH] Updated metadata for v0.4.13 --- HISTORY.rst | 4 +++- setup.py | 2 +- wptools/__init__.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 93d5e23..ac396df 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,9 +3,11 @@ Release History --------------- -0.4.12 (2018-04-29) +0.4.13 (2018-05-07) +++++++++++++++++++ +* Put API warnings in data attribute (#120) +* Support getting backlinks w/continuations (#119) * Always respect silent flag (#118) * Improved infobox parsing (#91, #109) * Added image (license, assessment) metadata (#104, #105) diff --git a/setup.py b/setup.py index 9221c00..73bf826 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='wptools', - version='0.4.12', + version='0.4.13', 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 a3becc5..7609706 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.12" +__version__ = "0.4.13" from . import core from . import query