Skip to content

Commit

Permalink
Merge pull request #16 from SINTEF/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
tibnor authored Mar 11, 2024
2 parents 0215f60 + ed7369a commit 09cf54c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"operation_profile_lib": "0.1.12",
"ship_model_lib": "0.6.12",
"ship_model_lib": "0.6.13",
"ship_performance_service_interface": "1.1.9"
}
7 changes: 7 additions & 0 deletions ship_model_lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.13](https://github.com/SINTEF/shipdesignlab/compare/ship_model_lib-v0.6.12...ship_model_lib-v0.6.13) (2024-03-11)


### Bug Fixes

* set upper limit on requirements ([71300fd](https://github.com/SINTEF/shipdesignlab/commit/71300fd28cb4c4b81d5073ef307631567e6589ba))

## [0.6.12](https://github.com/SINTEF/shipdesignlab/compare/ship_model_lib-v0.6.11...ship_model_lib-v0.6.12) (2024-02-16)


Expand Down
2 changes: 1 addition & 1 deletion ship_model_lib/settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
lib_name = ship_model_lib
min_python = 3.10
# x-release-please-start-version
version = 0.6.12
version = 0.6.13
# x-release-please-end

### OPTIONAL ###
Expand Down
2 changes: 1 addition & 1 deletion ship_model_lib/ship_model_lib/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.12"
__version__ = "0.6.13"

0 comments on commit 09cf54c

Please sign in to comment.