From 633b32fe5de2c3354b6112ceb8fb0bdf33923c11 Mon Sep 17 00:00:00 2001 From: Matthew Huebert Date: Tue, 4 Feb 2025 15:59:50 +0100 Subject: [PATCH] Release version 2025.2.1-alpha.202502041559 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50c4c66..1494c60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### [2025.2.1-alpha.202502041559] - Feb 04, 2025 + +Alpha release for testing. + ### [2025.2.1.alpha202502041326] - Feb 04, 2025 Alpha release for testing. diff --git a/pyproject.toml b/pyproject.toml index d756f1d..977bc74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "genstudio" -version = "2025.2.1.alpha202502041326" +version = "2025.2.1-alpha.202502041559" description = "" authors = [ "Matthew Huebert ",] license = "MIT"