mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 06:24:35 +00:00
Merge pull request #64 from soxoj/version-update
Bump version to 0.1.14
This commit is contained in:
@@ -2,6 +2,17 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.1.14] - 2021-02-25
|
||||||
|
* added JSON export formats
|
||||||
|
* improved tags markup
|
||||||
|
* realized username detection in userinfo links
|
||||||
|
* added DB stats CLI option
|
||||||
|
* added site submit logic and CLI option
|
||||||
|
* added Spotify parsing activation
|
||||||
|
* main logic refactoring
|
||||||
|
* fixed Dockerfile
|
||||||
|
* fixed requirements
|
||||||
|
|
||||||
## [0.1.13] - 2021-02-06
|
## [0.1.13] - 2021-02-06
|
||||||
* improved sites list filtering
|
* improved sites list filtering
|
||||||
* pretty console messages
|
* pretty console messages
|
||||||
|
|||||||
+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.13'
|
__version__ = '0.1.14'
|
||||||
|
|
||||||
|
|
||||||
async def main():
|
async def main():
|
||||||
|
|||||||
@@ -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.13',
|
version='0.1.14',
|
||||||
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