Skip to content

Commit

Permalink
Updated metadata for 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
siznax committed Nov 21, 2017
1 parent 07a3d4b commit 752a5f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
Release History
---------------

0.4.1 (2017-11-17)
0.4.2 (2017-11-20)
++++++++++++++++++

* Surfaced redirects, disambiguation links
* Increased test coverage to 93%, pylint score 10.0
* Getting ALL Wikidata (#56)
* Surfaced redirects, disambiguation links (#25)
* Increased test coverage to 95%, pylint score 10.0
* Added more page data, split off expensive queries
* Implemented basic category and site functionality
* Changed page._WIKIPROPS to wikidata.LABELS
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='wptools',
version='0.4.1',
version='0.4.2',
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
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
__contact__ = "https://github.com/siznax/wptools"
__license__ = "MIT"
__title__ = "wptools"
__version__ = "0.4.1"
__version__ = "0.4.2"

from . import core
from . import query
Expand Down

0 comments on commit 752a5f5

Please sign in to comment.