From 76fe52e6facbbe72621ff678855d770e8ff86777 Mon Sep 17 00:00:00 2001 From: siznax Date: Wed, 30 May 2018 13:40:34 -0700 Subject: [PATCH] Updated metadata for v0.4.15 --- 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 9d44f97..b4aa3a7 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,9 +3,10 @@ Release History --------------- -0.4.14 (2018-05-22) +0.4.15 (2018-05-30) +++++++++++++++++++ +* Merged @mcepl update to package tests (#125) * Put API warnings in data attribute (#120) * Support getting backlinks w/continuations (#119, #122) * Always respect silent flag (#118) diff --git a/setup.py b/setup.py index cc9dd80..d9b91c3 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='wptools', - version='0.4.14', + version='0.4.15', 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 050e017..5b606a5 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.14" +__version__ = "0.4.15" from . import core from . import query