File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 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.11 (2018-03-05 )
6
+ 0.4.12 (2018-04-29 )
7
7
+++++++++++++++++++
8
8
9
+ * Always respect silent flag (#118)
9
10
* Improved infobox parsing (#91, #109)
10
11
* Added image (license, assessment) metadata (#104, #105)
11
12
* Fixed Wikidata pageid, image bugs (#101, #102)
Original file line number Diff line number Diff line change 10
10
11
11
setup (
12
12
name = 'wptools' ,
13
- version = '0.4.11 ' ,
13
+ version = '0.4.12 ' ,
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.11 "
21
+ __version__ = "0.4.12 "
22
22
23
23
from . import core
24
24
from . import query
You can’t perform that action at this time.
0 commit comments