From e0de2b7d9ed576d3aa843b2eb802206614eee462 Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Fri, 23 Jul 2021 20:46:36 +0200 Subject: [PATCH] Bump version to 2.0rc2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8effade..53fa0b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-CSVImport" -version = "2.0rc1" +version = "2.0rc2" packages = [ { include = "aleksis" } ] -- GitLab