From 28c9797b197b4d800d167f849fa0d55c24010aa0 Mon Sep 17 00:00:00 2001 From: "generate-app-token-hl[bot]" <151022333+generate-app-token-hl[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 23:54:28 +0100 Subject: [PATCH] chore(master): release 6.1.20 (#35) :robot: I have created a release *beep* *boop* --- ## [6.1.20](https://github.com/Hapag-Lloyd/errbot/compare/6.1.19...6.1.20) (2023-11-17) ### Bug Fixes * remove `changes` from `setup.py` ([#34](https://github.com/Hapag-Lloyd/errbot/issues/34)) ([20ab0cc](https://github.com/Hapag-Lloyd/errbot/commit/20ab0cca141f9ad3016f94b1fd3770effe029626)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: generate-app-token-hl[bot] <151022333+generate-app-token-hl[bot]@users.noreply.github.com> Co-authored-by: generate-app-token-hl[bot] --- CHANGELOG.md | 7 +++++++ errbot/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 984d1c7e4..21eb5be7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.1.20](https://github.com/Hapag-Lloyd/errbot/compare/6.1.19...6.1.20) (2023-11-17) + + +### Bug Fixes + +* remove `changes` from `setup.py` ([#34](https://github.com/Hapag-Lloyd/errbot/issues/34)) ([20ab0cc](https://github.com/Hapag-Lloyd/errbot/commit/20ab0cca141f9ad3016f94b1fd3770effe029626)) + ## [6.1.19](https://github.com/Hapag-Lloyd/errbot/compare/6.1.18...6.1.19) (2023-11-17) diff --git a/errbot/version.py b/errbot/version.py index 3bfc956f0..66434763b 100644 --- a/errbot/version.py +++ b/errbot/version.py @@ -1,3 +1,3 @@ # Just the current version of Errbot. # It is used for deployment on pypi AND for version checking at plugin load time. -VERSION = "6.1.19" +VERSION = "6.1.20"