File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
Release History
4
4
---------------
5
5
6
- 0.4.14 (2018-05-22 )
6
+ 0.4.15 (2018-05-30 )
7
7
+++++++++++++++++++
8
8
9
+ * Merged @mcepl update to package tests (#125)
9
10
* Put API warnings in data attribute (#120)
10
11
* Support getting backlinks w/continuations (#119, #122)
11
12
* Always respect silent flag (#118)
Original file line number Diff line number Diff line change 10
10
11
11
setup (
12
12
name = 'wptools' ,
13
- version = '0.4.14 ' ,
13
+ version = '0.4.15 ' ,
14
14
description = 'Wikipedia tools (for Humans)' ,
15
15
long_description = readme + '\n \n ' + history ,
16
16
url = 'https://github.com/siznax/wptools/' ,
Original file line number Diff line number Diff line change 18
18
__contact__ = "https://github.com/siznax/wptools"
19
19
__license__ = "MIT"
20
20
__title__ = "wptools"
21
- __version__ = "0.4.14 "
21
+ __version__ = "0.4.15 "
22
22
23
23
from . import core
24
24
from . import query
You can’t perform that action at this time.
0 commit comments