Skip to content

Commit

Permalink
Updated metadata for 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
siznax committed Nov 28, 2017
1 parent 07f64bf commit 2385ddb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion HISTORY.rst
Expand Up @@ -3,9 +3,10 @@
Release History
---------------

0.4.2 (2017-11-20)
0.4.3 (2017-11-27)
++++++++++++++++++

* Fixed get_imageinfo() issue (#93)
* Getting ALL Wikidata (#56)
* Surfaced redirects, disambiguation links (#25)
* Increased test coverage to 95%, pylint score 10.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@

setup(
name='wptools',
version='0.4.2',
version='0.4.3',
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.2"
__version__ = "0.4.3"

from . import core
from . import query
Expand Down

0 comments on commit 2385ddb

Please sign in to comment.