From 1bcd100b4a2d177991d9a73a2b7e482047a259b2 Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Sat, 25 Jun 2022 15:17:08 +0200
Subject: [PATCH] Bump version to 1.0

---
 CHANGELOG.rst  | 10 ++++++----
 README.rst     |  6 ++++--
 docs/conf.py   |  4 ++--
 pyproject.toml |  2 +-
 4 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 4a40a65..11a8ff5 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 c45d9ed..9da00ba 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 0421688..8d4b5ca 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 4fb0001..7e33e74 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" }
 ]
-- 
GitLab