mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 06:24:35 +00:00
Merge pull request #24 from soxoj/update-version
Version updated to 1.0.9
This commit is contained in:
@@ -2,6 +2,14 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.1.9] - 2021-01-11
|
||||||
|
* added HTML and PDF report export
|
||||||
|
* fixed support of Python 3.6
|
||||||
|
* fixed tags filtering and ranking
|
||||||
|
* more than 2000 sites supported
|
||||||
|
* refactored sites and engines logic
|
||||||
|
* added tests
|
||||||
|
|
||||||
## [0.1.8] - 2020-12-31
|
## [0.1.8] - 2020-12-31
|
||||||
* added XMind export
|
* added XMind export
|
||||||
* more than 1500 sites supported
|
* more than 1500 sites supported
|
||||||
|
|||||||
+1
-1
@@ -30,7 +30,7 @@ from .report import save_csv_report, genxmindfile, save_html_pdf_report
|
|||||||
|
|
||||||
import xmind
|
import xmind
|
||||||
|
|
||||||
__version__ = '0.1.8'
|
__version__ = '0.1.9'
|
||||||
|
|
||||||
supported_recursive_search_ids = (
|
supported_recursive_search_ids = (
|
||||||
'yandex_public_id',
|
'yandex_public_id',
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ with open('requirements.txt') as rf:
|
|||||||
requires = rf.read().splitlines()
|
requires = rf.read().splitlines()
|
||||||
|
|
||||||
setup(name='maigret',
|
setup(name='maigret',
|
||||||
version='0.1.8',
|
version='0.1.9',
|
||||||
description='Collect a dossier on a person by username from a huge number of sites',
|
description='Collect a dossier on a person by username from a huge number of sites',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
|
|||||||
Reference in New Issue
Block a user