From f715233f0d652865635180901c505577837b59c9 Mon Sep 17 00:00:00 2001
From: florian <f.spreckelsen@inidscale.com>
Date: Wed, 31 May 2023 18:05:48 +0200
Subject: [PATCH] REL: Set version string and update changelog

---
 CHANGELOG.md    | 14 +-------------
 src/doc/conf.py |  2 +-
 2 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 28789357..f6447b01 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,24 +4,12 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
-## [Unreleased] ##
-
-### Added ###
-
-### Changed ###
-
-### Deprecated ###
-
-### Removed ###
+## [0.11.1] - 2023-05-31 ##
 
 ### Fixed ###
 
 * Styling problems introduced by a corrupted merge in the previous release
 
-### Security ###
-
-### Documentation ###
-
 ## [0.11.0] - 2023-05-31
 
 ### Added
diff --git a/src/doc/conf.py b/src/doc/conf.py
index f13e2721..fa77c9ee 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -28,7 +28,7 @@ author = 'Daniel Hornung'
 # The short X.Y version
 version = '0.11.1'
 # The full version, including alpha/beta/rc tags
-release = '0.11.1-SNAPSHOT'
+release = '0.11.1'
 
 
 # -- General configuration ---------------------------------------------------
-- 
GitLab