Skip to content

Commit 3ecd2e0

Browse files
committed
Updated metadata for 0.4.8
1 parent 726ae15 commit 3ecd2e0

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

HISTORY.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
Release History
44
---------------
55

6-
0.4.7 (2018-01-10)
6+
0.4.8 (2018-01-19)
77
++++++++++++++++++
88

9+
* Added image (license, assessment) metadata (#104, #105)
10+
* Fixed Wikidata pageid, image bugs (#101, #102)
911
* Added support for category continuations, subcategories (#99)
1012
* Merged @RobbieClarken fix for non-value Wikidata snaktypes (#98)
1113
* Merged @seansay fix for deleted Wikidata item (#97)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='wptools',
13-
version='0.4.7',
13+
version='0.4.8',
1414
description='Wikipedia tools (for Humans)',
1515
long_description=readme + '\n\n' + history,
1616
url='https://github.com/siznax/wptools/',

wptools/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
__contact__ = "https://github.com/siznax/wptools"
1919
__license__ = "MIT"
2020
__title__ = "wptools"
21-
__version__ = "0.4.7"
21+
__version__ = "0.4.8"
2222

2323
from . import core
2424
from . import query

0 commit comments

Comments
 (0)