diff --git a/CHANGES.md b/CHANGES.md index d283404..5af5ac1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ # Changelog for BROStar API +## 0.53 (unreleased) + + +- No changes yet. + + ## 0.52 (2024-10-31) diff --git a/pyproject.toml b/pyproject.toml index 852c9c0..bdb7ad5 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.52" +version = "0.53.dev0" [project.optional-dependencies] test = ["pytest"] # pytest added by nens-meta