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

Merge branch 'release/2.0' into 'master'

Prepare release 2.0b0

See merge request !20
parents 0406402a c7188937
Branches update/tox-makemessages
Tags 2.0b0
1 merge request!20Prepare release 2.0b0
Pipeline #39084 failed
Changelog
=========
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`_.
`2.0b0`_ - 2021-11-03
--------------------
Added
~~~~~
* Provide ``Poster`` model for time-based documents.
* Organise posters in poster groups.
* Return current poster of a poster group as PDF file under a specific endpoint.
* Provide ``LiveDocument`` for periodically updated documents.
.. _Keep a Changelog: https://keepachangelog.com/en/1.0.0/
.. _Semantic Versioning: https://semver.org/spec/v2.0.0.html
.. _2.0b0: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.0b0
......@@ -10,9 +10,11 @@ Features
--------
The Resint app provides an interface for uploading PDF posters attached by a calendar week in which this poster is valid.
The app provides a public URL `current.pdf` which always returns the current poster PDF and adds an poster item linked to
The app provides a public URL `current.pdf` which always returns the current poster PDF and adds a poster item linked to
the same URL.
Additionally, it provides data models and update logic for so-called live documents which are periodically updated PDF files.
Licence
-------
......
......@@ -6,7 +6,7 @@ class ResintConfig(AppConfig):
verbose_name = "AlekSIS – Resint (Public poster)"
urls = {
"Repository": "https://edugit.org/AlekSIS/onboarding/AlekSIS-App-Resint/",
"Repository": "https://edugit.org/AlekSIS/official/AlekSIS-App-Resint/",
}
licence = "EUPL-1.2+"
copyright_info = (
......
[tool.poetry]
name = "AlekSIS-App-Resint"
version = "2.0a4"
version = "2.0b0"
packages = [
{ include = "aleksis" }
]
......@@ -13,10 +13,15 @@ authors = [
"Frank Poetzsch-Heffter <p-h@katharineum.de>",
"Jonathan Weth <dev@jonathanweth.de>"
]
license = "EUPL-1.2"
repository = "https://edugit.org/AlekSIS/onboarding/AlekSIS-App-Resint"
maintainers = [
"Jonathan Weth <dev@jonathanweth.de>",
"Dominik George <dominik.george@teckids.org>"
]
license = "EUPL-1.2-or-later"
homepage = "https://aleksis.org/"
repository = "https://edugit.org/AlekSIS/official/AlekSIS-App-Resint"
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Intended Audience :: Education",
"Topic :: Education"
......
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