From 6bc8eda3381e98a1e9ed99acb423dd29fa68f766 Mon Sep 17 00:00:00 2001 From: "khebhut[bot]" <64544372+khebhut[bot]@users.noreply.github.com> Date: Tue, 24 Nov 2020 21:07:58 +0100 Subject: [PATCH] Release of version 1.1.3 (#624) Co-authored-by: Kebechet --- CHANGELOG.md | 6 ++++++ kebechet/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 416ad050..35b97fa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1602,3 +1602,9 @@ Starting with this release we have a Zuul-CI pipeline that: ## Release 1.1.2 (2020-11-20T17:54:27) ### Features * Updated to pipenv 2020 (#602) + +## Release 1.1.3 (2020-11-24T18:20:49) +### Features +* Req was using pipenv 2018 (#615) +* :arrow_up: Automatic update of dependencies by kebechet. (#613) +* Add Sai to project owners (#611) diff --git a/kebechet/__init__.py b/kebechet/__init__.py index 7268f02a..16104fad 100644 --- a/kebechet/__init__.py +++ b/kebechet/__init__.py @@ -5,5 +5,5 @@ from .managers import UpdateManager # noqa F401 __name__ = "kebechet" -__version__ = "1.1.2" +__version__ = "1.1.3" __author__ = "Fridolin Pokorny "