diff --git a/HISTORY.rst b/HISTORY.rst index 8c48f5e..4bb0bed 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,14 @@ History ======= +0.5.0 (2024-04-26) +------------------ + +Changed + +* removed specific names for target ships. Files generated with target ship 1, 2 etc. +* changed tests. Still need to figure out why some tests "fail" using CLI. + 0.4.0 (2024-04-19) ------------------ diff --git a/LICENSE b/LICENSE index 68bbc68..59ccfc7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 DNV open source +Copyright (c) 2024 DNV open source Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pyproject.toml b/pyproject.toml index 213c89d..e9b178c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [tool.poetry] name = "trafficgen" -version = "0.4.0" +version = "0.5.0" description = "Automatic generation of ship traffic situations from a set of predefined situations" authors = ["Tom Arne Pedersen "] -license = "License stuff here" # FIXME +license = "MIT License" readme = "README.md" [tool.poetry.dependencies]