Skip to content
Snippets Groups Projects
Commit ae5de207 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'prepare-release-2.0.1' into 'master'

Prepare release 2.0.1

See merge request AlekSIS/official/AlekSIS-App-LDAP!89
parents 285734ca a95497c5
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,8 @@ All notable changes to this project will be documented in this file. ...@@ -6,8 +6,8 @@ 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 `2.0.1`_ - 2021-11-29
---------- ---------------------
Fixed Fixed
~~~~~ ~~~~~
...@@ -82,3 +82,4 @@ Added ...@@ -82,3 +82,4 @@ Added
.. _2.0rc1: https://edugit.org/AlekSIS/Official/AlekSIS-App-LDAP/-/tags/2.0rc1 .. _2.0rc1: https://edugit.org/AlekSIS/Official/AlekSIS-App-LDAP/-/tags/2.0rc1
.. _2.0rc2: https://edugit.org/AlekSIS/Official/AlekSIS-App-LDAP/-/tags/2.0rc2 .. _2.0rc2: https://edugit.org/AlekSIS/Official/AlekSIS-App-LDAP/-/tags/2.0rc2
.. _2.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-LDAP/-/tags/2.0 .. _2.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-LDAP/-/tags/2.0
.. _2.0.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-LDAP/-/tags/2.0.1
[tool.poetry] [tool.poetry]
name = "AlekSIS-App-LDAP" name = "AlekSIS-App-LDAP"
version = "2.1.dev0" version = "2.0.1"
packages = [ packages = [
{ include = "aleksis" } { include = "aleksis" }
] ]
...@@ -16,7 +16,7 @@ repository = "https://edugit.org/AlekSIS/official/AlekSIS-App-LDAP" ...@@ -16,7 +16,7 @@ repository = "https://edugit.org/AlekSIS/official/AlekSIS-App-LDAP"
documentation = "https://aleksis.org/AlekSIS/docs/html/" documentation = "https://aleksis.org/AlekSIS/docs/html/"
keywords = ["SIS", "education", "school", "ldap", "users"] keywords = ["SIS", "education", "school", "ldap", "users"]
classifiers = [ classifiers = [
"Development Status :: 4 - Beta", "Development Status :: 5 - Production/Stable",
"Environment :: Web Environment", "Environment :: Web Environment",
"Framework :: Django :: 3.0", "Framework :: Django :: 3.0",
"Intended Audience :: Education", "Intended Audience :: Education",
...@@ -33,7 +33,7 @@ secondary = true ...@@ -33,7 +33,7 @@ secondary = true
python = "^3.9" python = "^3.9"
django-ldapdb = "^1.4.0" django-ldapdb = "^1.4.0"
tqdm = "^4.44.1" tqdm = "^4.44.1"
aleksis-core = {version = "^2.0b0", extras = ["ldap"]} aleksis-core = {version = "^2.0", extras = ["ldap"]}
python-magic = "^0.4.22" python-magic = "^0.4.22"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
......
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