File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 3
3
Release History
4
4
---------------
5
5
6
- 0.4.7 (2018-01-10 )
6
+ 0.4.8 (2018-01-19 )
7
7
++++++++++++++++++
8
8
9
+ * Added image (license, assessment) metadata (#104, #105)
10
+ * Fixed Wikidata pageid, image bugs (#101, #102)
9
11
* Added support for category continuations, subcategories (#99)
10
12
* Merged @RobbieClarken fix for non-value Wikidata snaktypes (#98)
11
13
* Merged @seansay fix for deleted Wikidata item (#97)
Original file line number Diff line number Diff line change 10
10
11
11
setup (
12
12
name = 'wptools' ,
13
- version = '0.4.7 ' ,
13
+ version = '0.4.8 ' ,
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.7 "
21
+ __version__ = "0.4.8 "
22
22
23
23
from . import core
24
24
from . import query
You can’t perform that action at this time.
0 commit comments