diff --git a/HISTORY.rst b/HISTORY.rst index 88207ab..00c2f75 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,10 +3,12 @@ Release History --------------- -0.4.6 (2017-12-22) +0.4.7 (2018-01-10) ++++++++++++++++++ -* Merged deleted Wikidata item PR by @seansay (#97) +* Added support for category continuations, subcategories (#99) +* Merged @RobbieClarken fix for non-value Wikidata snaktypes (#98) +* Merged @seansay fix for deleted Wikidata item (#97) * Fixed TypeError on Windows 10 (#95) * Fixed RESTBase LookupError on slash titles (#94) * Added boxterm param for more Infobox reach (#91) diff --git a/setup.py b/setup.py index b18ca9a..3a5a551 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='wptools', - version='0.4.6', + version='0.4.7', description='Wikipedia tools (for Humans)', long_description=readme + '\n\n' + history, url='https://github.com/siznax/wptools/', diff --git a/wptools/__init__.py b/wptools/__init__.py index a54bdcb..b031ab6 100644 --- a/wptools/__init__.py +++ b/wptools/__init__.py @@ -18,7 +18,7 @@ __contact__ = "https://github.com/siznax/wptools" __license__ = "MIT" __title__ = "wptools" -__version__ = "0.4.6" +__version__ = "0.4.7" from . import core from . import query