update CHANGELOG and bump version

This commit is contained in:
Carl Chenet 2019-12-27 22:39:45 +01:00
parent f47618dfe2
commit b4ab6a84b6
6 changed files with 14 additions and 6 deletions

View file

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