From b050a41d65b086d2a01b74ac1f73a9bc03f3941c Mon Sep 17 00:00:00 2001 From: StevenHosper Date: Tue, 17 Dec 2024 14:21:32 +0100 Subject: [PATCH] Back to development: 0.71 --- CHANGES.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 3b77b0c..0580de2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ # Changelog for BROStar API +## 0.71 (unreleased) + + +- Nothing changed yet. + + ## 0.70 (2024-12-17) diff --git a/pyproject.toml b/pyproject.toml index 99a29bc..7391eda 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.70" +version = "0.71.dev0" [project.optional-dependencies] test = ["pytest"] # pytest added by nens-meta