diff --git a/CHANGES.md b/CHANGES.md index 466dd5e..1b7968a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changelog for BROStar API -## 0.58 (unreleased) +## 0.58 (2024-11-18) - Improve templates diff --git a/pyproject.toml b/pyproject.toml index 27e066c..f030e9a 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.58.dev0" +version = "0.58" [project.optional-dependencies] test = ["pytest"] # pytest added by nens-meta