Skip to content

Commit

Permalink
Updated metadata for 0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
siznax committed Jan 19, 2018
1 parent 726ae15 commit 3ecd2e0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
Release History
---------------

0.4.7 (2018-01-10)
0.4.8 (2018-01-19)
++++++++++++++++++

* Added image (license, assessment) metadata (#104, #105)
* Fixed Wikidata pageid, image bugs (#101, #102)
* Added support for category continuations, subcategories (#99)
* Merged @RobbieClarken fix for non-value Wikidata snaktypes (#98)
* Merged @seansay fix for deleted Wikidata item (#97)
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.7',
version='0.4.8',
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.7"
__version__ = "0.4.8"

from . import core
from . import query
Expand Down

0 comments on commit 3ecd2e0

Please sign in to comment.