diff --git a/CHANGELOG.md b/CHANGELOG.md index b3f197b9..846187d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,17 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e ## [Unreleased] +* -- + +## [0.2.1] - 2022-10-01 + ### Changed +* OspSimulationCase:
+ Changed setup(): FMU files get no longer copied into the case folder by default but stay where they are (i.e. in the library).
+ Only if an FMU is not reachable by a relative path from the case folder, the FMU will get copied into the case folder. + + * dependencies: * upgraded to dictIO >= 0.2.0 @@ -169,7 +178,8 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e * Added support for Python 3.10 -[unreleased]: https://github.com/dnv-opensource/ospx/compare/v0.2.0...HEAD +[unreleased]: https://github.com/dnv-opensource/ospx/compare/v0.2.1...HEAD +[0.2.1]: https://github.com/dnv-opensource/ospx/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/dnv-opensource/ospx/compare/v0.1.1...v0.2.0 [0.1.2]: https://github.com/dnv-opensource/ospx/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/dnv-opensource/ospx/compare/v0.1.0...v0.1.1 diff --git a/docs/source/conf.py b/docs/source/conf.py index b3062815..8836f443 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = 'Frank Lumpitzsch, Claas Rostock, Seung Hyeon Yoo' # The full version, including alpha/beta/rc tags -release = '0.2.0' +release = '0.2.1' # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 4f5e38c0..74dc5a5b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ospx -version = 0.2.0 +version = 0.2.1 summary = Extension package to farn, adding support to build OSP simulation cases using FMUs description = Extension package to farn , adding support to build OSP (co-)simulation cases using functional mockup units (FMUs). long_description = file: README.md