Add a changelog file
This commit is contained in:
parent
2b713deb94
commit
289f2b9641
2 changed files with 4 additions and 1 deletions
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
|
||||
|
||||
__version__ = '0.1'
|
||||
__version__ = '0.1.0'
|
||||
|
||||
def __check_file(filename:str, mode:int = os.R_OK) -> bool:
|
||||
if not os.path.isfile(filename):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue