Skip to content

Commit

Permalink
bumped version number to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Claas authored and ClaasRostock committed Oct 1, 2022
1 parent bd53602 commit 55d6071
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:<br>
Changed setup(): FMU files get no longer copied into the case folder by default but stay where they are (i.e. in the library).<br>
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

Expand Down Expand Up @@ -169,7 +178,8 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
* Added support for Python 3.10

<!-- Markdown link & img dfn's -->
[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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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 <https://pypi.org/project/farn>, adding support to build OSP <https://open-simulation-platform.github.io> (co-)simulation cases using functional mockup units (FMUs).
long_description = file: README.md
Expand Down

0 comments on commit 55d6071

Please sign in to comment.