Skip to content

Commit fde1a0c

Browse files
committed
Updated metadata for 0.4.7
1 parent fde5e15 commit fde1a0c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

HISTORY.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
Release History
44
---------------
55

6-
0.4.6 (2017-12-22)
6+
0.4.7 (2018-01-10)
77
++++++++++++++++++
88

9-
* Merged deleted Wikidata item PR by @seansay (#97)
9+
* Added support for category continuations, subcategories (#99)
10+
* Merged @RobbieClarken fix for non-value Wikidata snaktypes (#98)
11+
* Merged @seansay fix for deleted Wikidata item (#97)
1012
* Fixed TypeError on Windows 10 (#95)
1113
* Fixed RESTBase LookupError on slash titles (#94)
1214
* Added boxterm param for more Infobox reach (#91)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

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

wptools/__init__.py

Lines changed: 1 addition & 1 deletion
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.6"
21+
__version__ = "0.4.7"
2222

2323
from . import core
2424
from . import query

0 commit comments

Comments
 (0)