* fix argparse help format string bug (many thanks to gousaiyang)
0.4.2.post1
Get all errors from parso, as hints from davidhalter/parso89
0.4.2
* updated README & bash completion * added universal uniq UUID 4 generator * fixed line sepertor guessing * upated CI configuration * fixed `test.py` for Python 3.5 compatibility
0.4.1
* added `--tabsize` option and `POSEUR_TABSIZE` environment variable * now support line seperator and tab size guessing (based on `walrus` implementation) * updated related files
0.4.0
* revised `--linesep` CLI option * revised linesep determination * bumping version to 0.4.0
0.3.5
* bugfix in linesep when conversion * revised linesep determination