From 202add526673b2bfc7b3244f1d50b13cc8117e09 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 7 Nov 2024 13:43:11 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.10.1=20=E2=86=92=201.10.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 b72c9ce..f33a95b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.10.2 (2024-11-07) + +### Fix + +- remove node_modules from base template + ## v1.10.1 (2024-11-07) ### Fix diff --git a/src/inception/__init__.py b/src/inception/__init__.py index e0da8e9..db400e2 100644 --- a/src/inception/__init__.py +++ b/src/inception/__init__.py @@ -1 +1 @@ -__version__ = "v1.10.1" +__version__ = "v1.10.2"