File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 1010
1111setup (
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/' ,
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.13 "
21+ __version__ = "0.4.14 "
2222
2323from . import core
2424from . import query
You can’t perform that action at this time.
0 commit comments