From 100eaea585c34aa9ad87a9eda8982bb4898f6ec9 Mon Sep 17 00:00:00 2001 From: siznax Date: Thu, 16 Aug 2018 16:53:29 -0700 Subject: [PATCH] Updated metadata for v0.4.17 --- 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 da42074..2624042 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,9 +3,11 @@ Release History --------------- -0.4.16 (2018-07-08) +0.4.17 (2018-08-16) +++++++++++++++++++ +* Support proxy authentication (#130) +* Support page links continuations (#129) * Support alternate API endpoints (#127) * Merged @mcepl update to package tests (#125) * Put API warnings in data attribute (#120) diff --git a/setup.py b/setup.py index b3d8ab3..422ef56 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='wptools', - version='0.4.16', + version='0.4.17', 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 5f6866c..f06d181 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.16" +__version__ = "0.4.17" from . import core from . import query