Skip to content

Commit

Permalink
Updated metadata for v0.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
siznax committed May 23, 2018
1 parent 8ccd64d commit 63918cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions HISTORY.rst
Expand Up @@ -3,11 +3,11 @@
Release History
---------------

0.4.13 (2018-05-07)
0.4.14 (2018-05-22)
+++++++++++++++++++

* Put API warnings in data attribute (#120)
* Support getting backlinks w/continuations (#119)
* Support getting backlinks w/continuations (#119, #122)
* Always respect silent flag (#118)
* Improved infobox parsing (#91, #109)
* Added image (license, assessment) metadata (#104, #105)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@

setup(
name='wptools',
version='0.4.13',
version='0.4.14',
description='Wikipedia tools (for Humans)',
long_description=readme + '\n\n' + history,
url='https://github.com/siznax/wptools/',
Expand Down
2 changes: 1 addition & 1 deletion wptools/__init__.py
Expand Up @@ -18,7 +18,7 @@
__contact__ = "https://github.com/siznax/wptools"
__license__ = "MIT"
__title__ = "wptools"
__version__ = "0.4.13"
__version__ = "0.4.14"

from . import core
from . import query
Expand Down

0 comments on commit 63918cf

Please sign in to comment.