Skip to content

Commit 46ea5db

Browse files
bumped version number to 0.8.5
1 parent 5278f8c commit 46ea5db

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
77

88
### Changed
99

10+
## [0.8.5] - 2026-02-20
11+
12+
### Changed
13+
14+
* Add basic REST API and docker build for easier integration
15+
1016
## [0.8.4] - 2025-11-26
1117

1218
### Changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ keywords:
3939
- Systematic assessment
4040
license: MIT
4141
url: 'https://github.com/dnv-opensource/ship-traffic-generator'
42-
version: 0.8.4
42+
version: 0.8.5

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222

2323
project = "trafficgen"
2424
copyright = "2025, DNV AS. All rights reserved."
25-
author = "Tom Arne Pedersen, Claas Rostock, Minos Hemrich, Stephanie Kemna"
25+
author = "Tom Arne Pedersen, Claas Rostock, Minos Hemrich, Roger Stenbro, Stephanie Kemna"
2626

2727
# The full version, including alpha/beta/rc tags
28-
release = "0.8.4"
28+
release = "0.8.5"
2929

3030
# -- General configuration ---------------------------------------------------
3131
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ packages = [
2525

2626
[project]
2727
name = "trafficgen"
28-
version = "0.8.4"
28+
version = "0.8.5"
2929
description = "Automatic generation of ship traffic situations from a set of predefined situations"
3030
readme = "README.md"
3131
requires-python = ">= 3.11, < 3.13"
@@ -34,6 +34,7 @@ authors = [
3434
{ name = "Tom Arne Pedersen", email = "Tom.Arne.Pedersen@dnv.com" },
3535
{ name = "Claas Rostock", email = "Claas.Rostock@dnv.com" },
3636
{ name = "Minos Hemrich", email = "Minos.Hemrich@dnv.com" },
37+
{ name = "Roger Stenbro", email = "Roger.Eivind.Stenbro@dnv.com" },
3738
{ name = "Stephanie Kemna"}
3839
]
3940
testers = [

0 commit comments

Comments
 (0)