Bump to 0.1.16

This commit is contained in:
Soxoj
2021-03-21 18:50:13 +03:00
parent d23d24eeca
commit eb2442401d
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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
+1 -1
View File
@@ -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():