Release 0.11.0
Signed-off-by: Daniel Wagner <daniel.wagner@siemens.com>
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user