Skip to content

Commit 63918cf

Browse files
committed
Updated metadata for v0.4.14
1 parent 8ccd64d commit 63918cf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

HISTORY.rst

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

6-
0.4.13 (2018-05-07)
6+
0.4.14 (2018-05-22)
77
+++++++++++++++++++
88

99
* Put API warnings in data attribute (#120)
10-
* Support getting backlinks w/continuations (#119)
10+
* Support getting backlinks w/continuations (#119, #122)
1111
* Always respect silent flag (#118)
1212
* Improved infobox parsing (#91, #109)
1313
* Added image (license, assessment) metadata (#104, #105)

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.13',
13+
version='0.4.14',
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.13"
21+
__version__ = "0.4.14"
2222

2323
from . import core
2424
from . import query

0 commit comments

Comments
 (0)