From b73926e239e9e115f91fd2a141814875e32f3f0b Mon Sep 17 00:00:00 2001 From: Marcel Waldvogel Date: Thu, 11 Nov 2021 10:41:28 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v1.1.0?= 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 f06c9ff..2b9ed7b 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.0.6+ - [Unreleased] +# 1.1.0 - 2021-11-11 ## Added diff --git a/zeitgitter/version.py b/zeitgitter/version.py index ccc6a3d..3e75116 100644 --- a/zeitgitter/version.py +++ b/zeitgitter/version.py @@ -18,4 +18,4 @@ # along with this program. If not, see . # -VERSION = '1.0.6' +VERSION = '1.1.0'