diff --git a/CHANGES.md b/CHANGES.md index 245eaa6..c60811a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changelog for BROStar API -## 0.51 (unreleased) +## 0.51 (2024-10-30) - Documented release process. diff --git a/pyproject.toml b/pyproject.toml index 00f074b..4161975 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ description = "Simplify data management for BRO" authors = [] license = {file = "LICENSE.txt"} readme = "README.md" -version = "0.51.dev0" +version = "0.51" [project.optional-dependencies] test = ["pytest"] # pytest added by nens-meta