From 448b1a3c75a37abf534118062217d3ffef1e46b1 Mon Sep 17 00:00:00 2001 From: Marcel Waldvogel Date: Thu, 11 Nov 2021 12:29:52 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v1.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- zeitgitter/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a939b9d..c1ff756 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). -# 1.1.0+ - [Unreleased] +# 1.1.1 - 2021-11-11 ## Added diff --git a/zeitgitter/version.py b/zeitgitter/version.py index 4de9595..b12a178 100644 --- a/zeitgitter/version.py +++ b/zeitgitter/version.py @@ -18,4 +18,4 @@ # along with this program. If not, see . # -VERSION = '1.1.0+' +VERSION = '1.1.1'