From 8d679907342009c11e1981e54f6b533f5849f2cd Mon Sep 17 00:00:00 2001 From: Florian Knappers <73856313+JJFlorian@users.noreply.github.com> Date: Wed, 14 Aug 2024 16:27:47 +0200 Subject: [PATCH] Back to development: 0.22 --- CHANGES.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index f652a42..180bb45 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ # Changelog for BROStar API +## 0.22 (unreleased) + + +- Nothing changed yet. + + ## 0.21 (2024-08-14) diff --git a/pyproject.toml b/pyproject.toml index 2bed2c3..3e70f5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ description = "Simplify data management for BRO" authors = [] license = {file = "LICENSE.txt"} readme = "README.md" -version = "0.21" +version = "0.22.dev0" [project.optional-dependencies] test = ["pytest"] # pytest added by nens-meta