Skip to content

Commit

Permalink
Updating to make new release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarnepedersen committed Apr 10, 2024
1 parent 0be2b61 commit f2c42f8
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
6 changes: 6 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ Primary author
Tom Arne Pedersen
[email protected]

Claas Rostock
[email protected]

Minos Hemrich
[email protected]

Testers
---------------
* Grunde Løvoll
Expand Down
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
History
=======

0.3.0 (2024-04-10)
------------------

Changed

* using types from maritime schema
* lat/lon used instead of north/east
* the generated output files are using "maritime" units: knots and degrees


0.2.0 (2024-01-11)
------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ See Poetry's documentation for information of how to install and set up.
See above notes about creating and using a virtual environment.
To install the package, including dev and doc dependencies:
```sh
$ cd TMA_ship_traffic_generator
$ cd ship_traffic_generator
$ poetry install
$ poetry install --with dev,docs
```
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "trafficgen"
version = "0.2.0"
version = "0.3.0"
description = "Automatic generation of ship traffic situations from a set of predefined situations"
authors = ["Tom Arne Pedersen <[email protected]>"]
license = "License stuff here" # FIXME
Expand Down

0 comments on commit f2c42f8

Please sign in to comment.