Add a changelog file
This commit is contained in:
parent
2b713deb94
commit
289f2b9641
3
CHANGELOG.md
Normal file
3
CHANGELOG.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# 0.1.0 - 2018-05-14
|
||||||
|
|
||||||
|
- Initial release
|
2
main.py
2
main.py
@ -10,7 +10,7 @@ import multiprocessing
|
|||||||
|
|
||||||
from src import parser_factory
|
from src import parser_factory
|
||||||
|
|
||||||
__version__ = '0.1'
|
__version__ = '0.1.0'
|
||||||
|
|
||||||
def __check_file(filename:str, mode:int = os.R_OK) -> bool:
|
def __check_file(filename:str, mode:int = os.R_OK) -> bool:
|
||||||
if not os.path.isfile(filename):
|
if not os.path.isfile(filename):
|
||||||
|
Loading…
Reference in New Issue
Block a user