From b5434d648e01dac34293e35ed8a04e1ef768feb0 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:49:01 +0100 Subject: [PATCH] chore(master): release 6.1.18 (#31) :robot: I have created a release *beep* *boop* --- ## [6.1.18](https://github.com/Hapag-Lloyd/errbot/compare/6.1.17...6.1.18) (2023-11-17) ### Bug Fixes * do not check if release notes were added ([#30](https://github.com/Hapag-Lloyd/errbot/issues/30)) ([32ac9a8](https://github.com/Hapag-Lloyd/errbot/commit/32ac9a8997263ef2a60f160b5112d7ff75855905)) --- 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 664ce81d6..7aba0f1a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.1.18](https://github.com/Hapag-Lloyd/errbot/compare/6.1.17...6.1.18) (2023-11-17) + + +### Bug Fixes + +* do not check if release notes were added ([#30](https://github.com/Hapag-Lloyd/errbot/issues/30)) ([32ac9a8](https://github.com/Hapag-Lloyd/errbot/commit/32ac9a8997263ef2a60f160b5112d7ff75855905)) + ## [6.1.17](https://github.com/Hapag-Lloyd/errbot/compare/6.1.16...6.1.17) (2023-11-17) diff --git a/errbot/version.py b/errbot/version.py index aeaebe1a7..7c7657060 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.17" +VERSION = "6.1.18"