Skip to content

Commit

Permalink
Merge pull request #64 from soxoj/version-update
Browse files Browse the repository at this point in the history
Bump version to 0.1.14
  • Loading branch information
soxoj authored Feb 25, 2021
2 parents d282214 + da3e3f6 commit 9bbc5e6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## [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
* improved sites list filtering
* pretty console messages
Expand Down
2 changes: 1 addition & 1 deletion maigret/maigret.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
save_json_report
from .submit import submit_dialog

__version__ = '0.1.13'
__version__ = '0.1.14'


async def main():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
requires = rf.read().splitlines()

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',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 9bbc5e6

Please sign in to comment.