From 585ac52efed90c45c7b513b7f6d9b88c19277040 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 26 Jul 2024 10:43:40 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.4.1=20=E2=86=92=201.4.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ src/inception/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 140a9ee..2a68684 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.4.2 (2024-07-26) + +### Fix + +- **python**: downgrade Python version to 3.11. + ## v1.4.1 (2024-07-25) ### Fix diff --git a/src/inception/__init__.py b/src/inception/__init__.py index b5ca7c5..bb17665 100644 --- a/src/inception/__init__.py +++ b/src/inception/__init__.py @@ -1 +1 @@ -__version__ = "v1.4.1" +__version__ = "v1.4.2"