Skip to content
Snippets Groups Projects
Commit 289f2b96 authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Add a changelog file

parent 2b713deb
No related branches found
No related tags found
No related merge requests found
# 0.1.0 - 2018-05-14
- Initial release
......@@ -10,7 +10,7 @@ import multiprocessing
from src import parser_factory
__version__ = '0.1'
__version__ = '0.1.0'
def __check_file(filename:str, mode:int = os.R_OK) -> bool:
if not os.path.isfile(filename):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment