From 39dba6fe756d0b644aa29231a5ce82d8050c78e7 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Mon, 24 Jul 2017 17:17:36 +0200 Subject: [PATCH] Release 0.11.0 Signed-off-by: Daniel Wagner --- CHANGELOG.md | 8 ++++++++ kas/__version__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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