File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 0.1.9] - 2021-01-11
6
+ * added HTML and PDF report export
7
+ * fixed support of Python 3.6
8
+ * fixed tags filtering and ranking
9
+ * more than 2000 sites supported
10
+ * refactored sites and engines logic
11
+ * added tests
12
+
5
13
## [ 0.1.8] - 2020-12-31
6
14
* added XMind export
7
15
* more than 1500 sites supported
Original file line number Diff line number Diff line change 30
30
31
31
import xmind
32
32
33
- __version__ = '0.1.8 '
33
+ __version__ = '0.1.9 '
34
34
35
35
supported_recursive_search_ids = (
36
36
'yandex_public_id' ,
Original file line number Diff line number Diff line change 12
12
requires = rf .read ().splitlines ()
13
13
14
14
setup (name = 'maigret' ,
15
- version = '0.1.8 ' ,
15
+ version = '0.1.9 ' ,
16
16
description = 'Collect a dossier on a person by username from a huge number of sites' ,
17
17
long_description = long_description ,
18
18
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments