From 228e3ea8c8188dc9cb2db05a8c9dd9b20ee03933 Mon Sep 17 00:00:00 2001 From: Florian Knappers <73856313+JJFlorian@users.noreply.github.com> Date: Fri, 20 Sep 2024 12:10:00 +0200 Subject: [PATCH] Preparing release 0.39 --- CHANGES.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 33cb525..ace5873 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changelog for BROStar API -## 0.39 (unreleased) +## 0.39 (2024-09-20) - Gelderland GAR process.. diff --git a/pyproject.toml b/pyproject.toml index b63bb4c..00d70d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ description = "Simplify data management for BRO" authors = [] license = {file = "LICENSE.txt"} readme = "README.md" -version = "0.39.dev0" +version = "0.39" [project.optional-dependencies] test = ["pytest"] # pytest added by nens-meta