From 70744fd7f8907b9819ef82b2af1deff17845e0b0 Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Wed, 22 Feb 2023 16:50:35 +0100 Subject: [PATCH] Update changelog and bump version to 3.0b0 --- CHANGELOG.rst | 14 ++++++++++++-- docs/conf.py | 4 ++-- pyproject.toml | 4 ++-- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 401e43e..cede7dd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,12 +6,21 @@ All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog`_, and this project adheres to `Semantic Versioning`_. -Unreleased ----------- +`3.0b0` - 2023-02-22 +-------------------- + +This version requires AlekSIS-Core 3.0. It is incompatible with any previous +version. + +Removed +~~~~~~~ + +* Legacy menu integration for AlekSIS-Core pre-3.0 Added ~~~~~ +* Support for SPA in AlekSIS-Core 3.0 * If activated, imports with regex field types will show error messages when there is no match. @@ -200,3 +209,4 @@ Fixed .. _2.2: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-CSVImport/-/tags/2.2 .. _2.2.1: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-CSVImport/-/tags/2.2.1 .. _2.3: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-CSVImport/-/tags/2.3 +.. _3.0b0: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-CSVImport/-/tags/3.0b0 diff --git a/docs/conf.py b/docs/conf.py index b94e857..75d6279 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,9 +29,9 @@ copyright = "2018-2022 The AlekSIS team" author = "The AlekSIS Team" # The short X.Y version -version = "2.3" +version = "3.0" # The full version, including alpha/beta/rc tags -release = "2.3.1.dev0" +release = "3.0b0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index cd1cd62..2b48712 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-CSVImport" -version = "2.3.1.dev0" +version = "3.0b0" packages = [ { include = "aleksis" } ] @@ -37,7 +37,7 @@ python = "^3.9" pandas = "^1.0.0" phonenumbers = "^8.10" dateparser = "^1.0.0" -aleksis-core = "^3.0.dev3" +aleksis-core = "^3.0b0" "ruamel.yaml" = "^0.17.19" tqdm = "^4.62.3" chardet = "^5.0.0" -- GitLab