From 32734eec67d387c1d8c7692e8d6f30b15da1aab8 Mon Sep 17 00:00:00 2001 From: StevenHosper Date: Tue, 17 Dec 2024 16:32:22 +0100 Subject: [PATCH] Preparing release 0.72 --- CHANGES.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 9a45060..08268c0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changelog for BROStar API -## 0.72 (unreleased) +## 0.72 (2024-12-17) - Add sourcedocument data to API.BulkImport diff --git a/pyproject.toml b/pyproject.toml index 333c6e3..3664daf 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.72.dev0" +version = "0.72" [project.optional-dependencies] test = ["pytest"] # pytest added by nens-meta