mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 14:08:59 +00:00
v0.1.13
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.1.13] - 2021-02-06
|
||||
* improved sites list filtering
|
||||
* pretty console messages
|
||||
* Yandex services updates
|
||||
* false positives fixes
|
||||
|
||||
## [0.1.12] - 2021-01-28
|
||||
* added support of custom cookies
|
||||
* fixed lots of false positives
|
||||
|
||||
+1
-1
@@ -26,7 +26,7 @@ from .report import save_csv_report, save_xmind_report, save_html_report, save_p
|
||||
from .result import QueryResult, QueryStatus
|
||||
from .sites import MaigretDatabase, MaigretSite
|
||||
|
||||
__version__ = '0.1.12'
|
||||
__version__ = '0.1.13'
|
||||
|
||||
supported_recursive_search_ids = (
|
||||
'yandex_public_id',
|
||||
|
||||
@@ -12,7 +12,7 @@ with open('requirements.txt') as rf:
|
||||
requires = rf.read().splitlines()
|
||||
|
||||
setup(name='maigret',
|
||||
version='0.1.12',
|
||||
version='0.1.13',
|
||||
description='Collect a dossier on a person by username from a huge number of sites',
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
|
||||
Reference in New Issue
Block a user