From 39ec53c50e68344d38b95b6735e4b3d714f02448 Mon Sep 17 00:00:00 2001 From: StevenHosper Date: Thu, 31 Oct 2024 11:48:06 +0100 Subject: [PATCH] Back to development: 0.53 --- CHANGES.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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