From 03357fa4f86ed022670aaf6f9f773ca521a34c18 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 29 Oct 2024 11:49:19 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.9.0=20=E2=86=92=201.10.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ src/inception/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00f281a..72a1fff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v1.10.0 (2024-10-29) + +### Feat + +- add scripts for updating projects +- enable copier updates for inception +- add copier-answers file - enables `copier update` + ## v1.9.0 (2024-10-16) ### Feat diff --git a/src/inception/__init__.py b/src/inception/__init__.py index 99b36cb..4ab7713 100644 --- a/src/inception/__init__.py +++ b/src/inception/__init__.py @@ -1 +1 @@ -__version__ = "v1.9.0" +__version__ = "v1.10.0"