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

Bump version to 1.0

parent 8f4470b3
No related branches found
No related tags found
1 merge request!11Do release 1.0
Pipeline #76248 passed with warnings
...@@ -7,17 +7,19 @@ The format is based on `Keep a Changelog`_, ...@@ -7,17 +7,19 @@ The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_. and this project adheres to `Semantic Versioning`_.
`0.1`_ `1.0`_
------ ------
Added 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/ .. _Keep a Changelog: https://keepachangelog.com/en/1.0.0/
.. _Semantic Versioning: https://semver.org/spec/v2.0.0.html .. _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
AlekSIS (School Information System) — App Stoelindeling (Create and publish seating plans) AlekSIS (School Information System) — App Stoelindeling (Create and publish seating plans)
================================================================================================== ==========================================================================================
AlekSIS AlekSIS
------- -------
...@@ -9,7 +9,9 @@ This is an application for use with the `AlekSIS®`_ platform. ...@@ -9,7 +9,9 @@ This is an application for use with the `AlekSIS®`_ platform.
Features 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 Licence
------- -------
......
...@@ -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 = "0.1" version = "1.0"
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = "0.1" release = "1.0"
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
[tool.poetry] [tool.poetry]
name = "AlekSIS-App-Stoelindeling" name = "AlekSIS-App-Stoelindeling"
version = "0.1" version = "1.0"
packages = [ packages = [
{ include = "aleksis" } { include = "aleksis" }
] ]
......
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