bump version and update CHANGELOG

This commit is contained in:
Carl Chenet 2019-12-31 12:35:00 +01:00
parent 4ed27c721f
commit 4602d4d9dc
6 changed files with 12 additions and 6 deletions

View file

@ -24,7 +24,7 @@ import os
import os.path
import sys
__version__ = '0.13'
__version__ = '0.14'
class CliParse:
'''CliParse class'''