From f49390324b3d45b78e9c0e46b2c3ce1765dc6178 Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Fri, 4 Nov 2022 12:46:04 +0100 Subject: [PATCH] Bump version to 1.0.2 --- CHANGELOG.rst | 5 +++-- docs/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 942050b..df2e6e5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,8 +6,8 @@ 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 ----------- +`1.0.2`_ - 2022-11-04 +--------------------- Fixed ~~~~~ @@ -39,3 +39,4 @@ Added .. _1.0: https://edugit.org/AlekSIS/official//AlekSIS-App-Stoelindeling/-/tags/1.0 .. _1.0.1: https://edugit.org/AlekSIS/official//AlekSIS-App-Stoelindeling/-/tags/1.0.1 +.. _1.0.2: https://edugit.org/AlekSIS/official//AlekSIS-App-Stoelindeling/-/tags/1.0.2 diff --git a/docs/conf.py b/docs/conf.py index afd0a90..4291ab4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,7 +31,7 @@ author = "The AlekSIS Team" # The short X.Y version version = "1.0" # The full version, including alpha/beta/rc tags -release = "1.0.2.dev0" +release = "1.0.2" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index c0ed5b5..ad83548 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Stoelindeling" -version = "1.0.2.dev0" +version = "1.0.2" packages = [ { include = "aleksis" } ] -- GitLab