Skip to content

Commit

Permalink
bumped version number to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Claas committed Oct 5, 2022
1 parent 9ee4891 commit c8c9970
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e

* --


## [0.2.3] - 2022-10-05

### Solved

* Importer:<br>
* Corrected a bug in OspSystemStructureImporter, where multiple connections between two components would not be imported (but only the last one survived). Now, also more than one connection in between two components are imported correctly.
* OspSystemStructureImporter now resolves the type of initial values. I.e. If an initial value in OspSystemStructure is denoted as literal '1' but with Type 'Real', then this initial value will be imported not as integer 1 but as float 1.0


## [0.2.2] - 2022-10-05

### Solved
Expand Down Expand Up @@ -186,7 +196,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.2...HEAD
[unreleased]: https://github.com/dnv-opensource/ospx/compare/v0.2.3...HEAD
[0.2.3]: https://github.com/dnv-opensource/ospx/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/dnv-opensource/ospx/compare/v0.2.1...v0.2.2
[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
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.2'
release = '0.2.3'

# -- 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.2
version = 0.2.3
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 c8c9970

Please sign in to comment.