New in this release * bug fix: StringOption would fail when receiving Unicode data
1.0a9
New in this release * disable command line argument parsing
1.0a8
New in this release - bug fix for automated deployment (TRAVIS_BRANCH == TRAVIS_TAG on tagged commits) - removed unsupported python versions from setup.py classifiers
1.0a7
New in this release - automatic deployment via travis-ci - automatic semantic versioning from version control tags and commits
1.0a6
New in this release - sequence ConfigElement types - simulate list support for ini configuration files - better error message for outdated setuptools - less complicated value storage (inside element tree instead of in a separate data tree)
1.0a5
New in this release - tests (>90% coverage) - allow overwriting user and global paths - allows selecting arbitrary file name for configuration file - continuous integration - preserve attribute definition order in python versions <3.6 - define Section as declarative subclass - several small bugfixes