From d853bb9e30be4154470a0ba85912824c177feaac Mon Sep 17 00:00:00 2001 From: Abdur-RahmaanJ Date: Wed, 25 Sep 2024 03:02:50 +0400 Subject: [PATCH] bump: 6.1.1 --- CHANGES.md | 3 +++ src/honeybot/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 92d201c..d906858 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +## 6.1.1 + +- Minor fixes, delete several files from settings/ ## 6.0.2 diff --git a/src/honeybot/__init__.py b/src/honeybot/__init__.py index 7856d12..7f8a859 100644 --- a/src/honeybot/__init__.py +++ b/src/honeybot/__init__.py @@ -1 +1 @@ -__version__ = "6.1.0" +__version__ = "6.1.1"