diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e934ec..41ad32a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog ## [Unreleased] + +## [0.1.16] - 2021-03-21 +* improved URL parsing mode +* improved sites submit mode * added uID.me uguid support * improved requests processing diff --git a/maigret/maigret.py b/maigret/maigret.py index 9e4e343..e08005e 100755 --- a/maigret/maigret.py +++ b/maigret/maigret.py @@ -21,7 +21,7 @@ from .sites import MaigretDatabase from .submit import submit_dialog from .utils import get_dict_ascii_tree -__version__ = '0.1.15' +__version__ = '0.1.16' async def main():