Skip to content

Commit

Permalink
Updating version and history. Added license to toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarnepedersen committed Apr 26, 2024
1 parent 99c4b7c commit b524899
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
------------------

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <Tom.Arne.Pedersen@dnv.com>"]
license = "License stuff here" # FIXME
license = "MIT License"
readme = "README.md"

[tool.poetry.dependencies]
Expand Down

0 comments on commit b524899

Please sign in to comment.