diff --git a/HISTORY.rst b/HISTORY.rst index b4aa3a7..da42074 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,9 +3,10 @@ Release History --------------- -0.4.15 (2018-05-30) +0.4.16 (2018-07-08) +++++++++++++++++++ +* Support alternate API endpoints (#127) * Merged @mcepl update to package tests (#125) * Put API warnings in data attribute (#120) * Support getting backlinks w/continuations (#119, #122) diff --git a/setup.py b/setup.py index d9b91c3..b3d8ab3 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='wptools', - version='0.4.15', + version='0.4.16', 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 5b606a5..5f6866c 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.15" +__version__ = "0.4.16" from . import core from . import query