From 7804505ee0f817dfc304bd55a652e0d059a04e5e Mon Sep 17 00:00:00 2001 From: StevenHosper Date: Tue, 17 Dec 2024 14:21:26 +0100 Subject: [PATCH] Preparing release 0.70 --- CHANGES.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index bf4280f..3b77b0c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changelog for BROStar API -## 0.70 (unreleased) +## 0.70 (2024-12-17) - Bugfix: GMW_PositionsMeasuring datamodel correction diff --git a/pyproject.toml b/pyproject.toml index 7bd63b4..99a29bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ description = "Simplify data management for BRO" authors = [] license = {file = "LICENSE.txt"} readme = "README.md" -version = "0.70.dev0" +version = "0.70" [project.optional-dependencies] test = ["pytest"] # pytest added by nens-meta