From 04322c885c9d56bf23afe8752825c60db8d45066 Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Sat, 15 Jan 2022 23:09:35 +0100
Subject: [PATCH] Bump version to 2.0.2 and update changelog

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

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 6cb7c02..e65605e 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,8 +6,13 @@ 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`_.
 
-Unreleased
-----------
+`2.0.2`_ - 2022-01-16
+-------------------
+
+Fixed
+~~~~~
+
+* Add documentation.
 
 `2.0.1`_ - 2022-01-04
 ---------------------
@@ -106,3 +111,4 @@ Added
 .. _2.0rc3: https://edugit.org/AlekSIS/Official/AlekSIS-App-Hjelp/-/tags/2.0rc3
 .. _2.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Hjelp/-/tags/2.0
 .. _2.0.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Hjelp/-/tags/2.0.1
+.. _2.0.2: https://edugit.org/AlekSIS/Official/AlekSIS-App-Hjelp/-/tags/2.0.2
diff --git a/docs/conf.py b/docs/conf.py
index 9f73eb5..5f41024 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
 # The short X.Y version
 version = "2.0"
 # The full version, including alpha/beta/rc tags
-release = "2.0.2.dev0"
+release = "2.0.2"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 3af0a25..08f933d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Hjelp"
-version = "2.0.2.dev0"
+version = "2.0.2"
 packages = [
     { include = "aleksis" }
 ]
-- 
GitLab