Skip to content

Commit

Permalink
bumped version number to 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Claas committed Jan 4, 2023
1 parent 8fffe18 commit 96d8a79
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,26 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e

## [Unreleased]

* -/-


## [0.2.7] - 2023-01-04

### Changed

* Linter: Migrated from flake8 to ruff. <br>
(Added ruff; removed flake8 and isort)
* Adjusted GitHub CI workflow accordingly. <br>
(Added ruff job; removed flake8 and isort jobs)
* VS Code settings: Adjusted Pylance configuration

### Added

* Added a batch file 'qa.bat' in root folder to ease local execution of code quality checks

### Dependencies

* updated to dictIO>=0.2.5


## [0.2.6] - 2022-12-12
Expand Down Expand Up @@ -278,7 +292,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.6...HEAD
[unreleased]: https://github.com/dnv-opensource/ospx/compare/v0.2.7...HEAD
[0.2.7]: https://github.com/dnv-opensource/ospx/compare/v0.2.6...v0.2.7
[0.2.6]: https://github.com/dnv-opensource/ospx/compare/v0.2.5...v0.2.6
[0.2.5]: https://github.com/dnv-opensource/ospx/compare/v0.2.4...v0.2.5
[0.2.4]: https://github.com/dnv-opensource/ospx/compare/v0.2.3...v0.2.4
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Frank Lumpitzsch, Claas Rostock, Seung Hyeon Yoo"

# The full version, including alpha/beta/rc tags
release = "0.2.6"
release = "0.2.7"

# -- 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.6
version = 0.2.7
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 96d8a79

Please sign in to comment.