mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 22:19:01 +00:00
Bump to 0.1.15
This commit is contained in:
@@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.1.15] - 2021-03-14
|
||||||
|
* improved HTML reports
|
||||||
|
* fixed python-3.6- specific error
|
||||||
|
* false positives fixes
|
||||||
|
|
||||||
## [0.1.14] - 2021-02-25
|
## [0.1.14] - 2021-02-25
|
||||||
* added JSON export formats
|
* added JSON export formats
|
||||||
* improved tags markup
|
* improved tags markup
|
||||||
|
|||||||
+1
-1
@@ -17,7 +17,7 @@ from .report import save_csv_report, save_xmind_report, save_html_report, save_p
|
|||||||
save_json_report
|
save_json_report
|
||||||
from .submit import submit_dialog
|
from .submit import submit_dialog
|
||||||
|
|
||||||
__version__ = '0.1.14'
|
__version__ = '0.1.15'
|
||||||
|
|
||||||
|
|
||||||
async def main():
|
async def main():
|
||||||
|
|||||||
+1
-1
@@ -28,7 +28,7 @@ reportlab==3.5.59
|
|||||||
requests>=2.24.0
|
requests>=2.24.0
|
||||||
requests-futures==1.0.0
|
requests-futures==1.0.0
|
||||||
six==1.15.0
|
six==1.15.0
|
||||||
socid-extractor>=0.0.12
|
socid-extractor>=0.0.13
|
||||||
soupsieve==2.1
|
soupsieve==2.1
|
||||||
stem==1.8.0
|
stem==1.8.0
|
||||||
torrequest==0.1.0
|
torrequest==0.1.0
|
||||||
|
|||||||
@@ -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.14',
|
version='0.1.15',
|
||||||
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