File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 33 Release History
44---------------
55
6- 0.4.1 (2017-11-17 )
6+ 0.4.2 (2017-11-20 )
77++++++++++++++++++
88
9- * Surfaced redirects, disambiguation links
10- * Increased test coverage to 93%, pylint score 10.0
9+ * Getting ALL Wikidata (#56)
10+ * Surfaced redirects, disambiguation links (#25)
11+ * Increased test coverage to 95%, pylint score 10.0
1112* Added more page data, split off expensive queries
1213* Implemented basic category and site functionality
1314* Changed page._WIKIPROPS to wikidata.LABELS
Original file line number Diff line number Diff line change 1010
1111setup (
1212 name = 'wptools' ,
13- version = '0.4.1 ' ,
13+ version = '0.4.2 ' ,
1414 description = 'Wikipedia tools (for Humans)' ,
1515 long_description = readme + '\n \n ' + history ,
1616 url = 'https://github.com/siznax/wptools/' ,
Original file line number Diff line number Diff line change 1818__contact__ = "https://github.com/siznax/wptools"
1919__license__ = "MIT"
2020__title__ = "wptools"
21- __version__ = "0.4.1 "
21+ __version__ = "0.4.2 "
2222
2323from . import core
2424from . import query
You can’t perform that action at this time.
0 commit comments