Skip to content
Snippets Groups Projects
Verified Commit 70744fd7 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Update changelog and bump version to 3.0b0

parent f2eb713f
No related branches found
No related tags found
1 merge request!121Prepare release 3.0
Pipeline #115072 passed with warnings
...@@ -6,12 +6,21 @@ All notable changes to this project will be documented in this file. ...@@ -6,12 +6,21 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog`_, The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_. 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 Added
~~~~~ ~~~~~
* Support for SPA in AlekSIS-Core 3.0
* If activated, imports with regex field types will show error messages * If activated, imports with regex field types will show error messages
when there is no match. when there is no match.
...@@ -200,3 +209,4 @@ Fixed ...@@ -200,3 +209,4 @@ Fixed
.. _2.2: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-CSVImport/-/tags/2.2 .. _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.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 .. _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
...@@ -29,9 +29,9 @@ copyright = "2018-2022 The AlekSIS team" ...@@ -29,9 +29,9 @@ copyright = "2018-2022 The AlekSIS team"
author = "The AlekSIS Team" author = "The AlekSIS Team"
# The short X.Y version # The short X.Y version
version = "2.3" version = "3.0"
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = "2.3.1.dev0" release = "3.0b0"
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
[tool.poetry] [tool.poetry]
name = "AlekSIS-App-CSVImport" name = "AlekSIS-App-CSVImport"
version = "2.3.1.dev0" version = "3.0b0"
packages = [ packages = [
{ include = "aleksis" } { include = "aleksis" }
] ]
...@@ -37,7 +37,7 @@ python = "^3.9" ...@@ -37,7 +37,7 @@ python = "^3.9"
pandas = "^1.0.0" pandas = "^1.0.0"
phonenumbers = "^8.10" phonenumbers = "^8.10"
dateparser = "^1.0.0" dateparser = "^1.0.0"
aleksis-core = "^3.0.dev3" aleksis-core = "^3.0b0"
"ruamel.yaml" = "^0.17.19" "ruamel.yaml" = "^0.17.19"
tqdm = "^4.62.3" tqdm = "^4.62.3"
chardet = "^5.0.0" chardet = "^5.0.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment