diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4a40a65273abc8b7f1fa2701fff8a8b7e94e555d..11a8ff5d53d7228387e2254e6e1773fc68c92fee 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,17 +7,19 @@ The format is based on `Keep a Changelog`_, and this project adheres to `Semantic Versioning`_. -`0.1`_ +`1.0`_ ------ Added ~~~~~ -* Initial release. - +* Add views for creating and managing seating plans for different groups in different rooms. +* Make these plans available in the class register. +* Allow customizing plans for individual combinations of groups, subjects and rooms. +* Add preliminary and incomplete translation to Ukrainian. .. _Keep a Changelog: https://keepachangelog.com/en/1.0.0/ .. _Semantic Versioning: https://semver.org/spec/v2.0.0.html -.. _0.1: https://edugit.org/AlekSIS/official//AlekSIS-App-Stoelindeling/-/tags/0.1 +.. _1.0: https://edugit.org/AlekSIS/official//AlekSIS-App-Stoelindeling/-/tags/1.0 diff --git a/README.rst b/README.rst index c45d9ed4e299844287b42194f12b94b7895fd214..9da00baeec40c61c81a78b632a6f5713e65b6412 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ AlekSIS (School Information System) — App Stoelindeling (Create and publish seating plans) -================================================================================================== +========================================================================================== AlekSIS ------- @@ -9,7 +9,9 @@ This is an application for use with the `AlekSIS®`_ platform. Features -------- -The author of this app did not describe it yet. +* Create and manage seating plans for different groups in different rooms. +* Make these plans available in the class register. +* Allow customizing plans for individual combinations of groups, subjects and rooms. Licence ------- diff --git a/docs/conf.py b/docs/conf.py index 0421688996a8c2c8d6bb76a16341919efba35d50..8d4b5caaa1682e3a0e0f5acc58ee3b09b0b21c91 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 = "0.1" +version = "1.0" # The full version, including alpha/beta/rc tags -release = "0.1" +release = "1.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 4fb000195ee2772340a6d8e390f7397960f3d4c9..7e33e74536378abb3f8c95efb7d6fc1f5a1b27cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Stoelindeling" -version = "0.1" +version = "1.0" packages = [ { include = "aleksis" } ]