Release 0.11.0
Signed-off-by: Daniel Wagner <daniel.wagner@siemens.com>
This commit is contained in:
parent
8d5ce95347
commit
39dba6fe75
@ -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
|
0.10.0
|
||||||
- Docker image creation (Debian Stretch), pushed on kasproject/kas
|
- Docker image creation (Debian Stretch), pushed on kasproject/kas
|
||||||
- Restructure documentation add support for Sphinx export it to readthedocs
|
- Restructure documentation add support for Sphinx export it to readthedocs
|
||||||
|
@ -25,6 +25,6 @@
|
|||||||
__license__ = 'MIT'
|
__license__ = 'MIT'
|
||||||
__copyright__ = 'Copyright (c) Siemens AG, 2017'
|
__copyright__ = 'Copyright (c) Siemens AG, 2017'
|
||||||
|
|
||||||
__version__ = '0.10.0'
|
__version__ = '0.11.0'
|
||||||
__file_version__ = 2
|
__file_version__ = 2
|
||||||
__compatible_file_version__ = 1
|
__compatible_file_version__ = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user