diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fec41a..035fe08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +0.11.0 +- Allow in-tree repos not to be in a git repo +- Pass through git proxy related environment variables +- Write deterministic local.conf and bblayers.con +- Make configuration file versioning independent of project version +- Cleanups for uploading project to PyPI +- Print proper error message for config file format exception + 0.10.0 - Docker image creation (Debian Stretch), pushed on kasproject/kas - Restructure documentation add support for Sphinx export it to readthedocs diff --git a/kas/__version__.py b/kas/__version__.py index c710bc1..4907926 100644 --- a/kas/__version__.py +++ b/kas/__version__.py @@ -25,6 +25,6 @@ __license__ = 'MIT' __copyright__ = 'Copyright (c) Siemens AG, 2017' -__version__ = '0.10.0' +__version__ = '0.11.0' __file_version__ = 2 __compatible_file_version__ = 1