bump version, update changelog

This commit is contained in:
Carl Chenet 2019-08-27 19:08:33 +02:00
parent 5243ac4ea7
commit b0de8058ba
6 changed files with 11 additions and 6 deletions

View file

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