1
0
Fork 0

Add a changelog file

This commit is contained in:
jvoisin 2018-05-14 22:49:37 +02:00
parent 2b713deb94
commit 289f2b9641
2 changed files with 4 additions and 1 deletions

3
CHANGELOG.md Normal file
View File

@ -0,0 +1,3 @@
# 0.1.0 - 2018-05-14
- Initial release

View File

@ -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):