From 4127c7f09bc4a15b5f9abaa329e983c514ff4426 Mon Sep 17 00:00:00 2001 From: Michel Albert Date: Mon, 12 Aug 2024 08:39:46 +0200 Subject: [PATCH] Bump version to 2024.08.12 --- changelog.in | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.in b/changelog.in index b122153..92065dc 100644 --- a/changelog.in +++ b/changelog.in @@ -11,6 +11,7 @@ # version ; type ; subject ; issues ;i;h;detail #-------------------------------------------------------------------------------------------------------------------------- +2024.08.12 ; support ; First public release ; ; ; ; 2024.02.08 ; support ; Switch to calendar-versioning ; ; ; ; 1.3.1.post1 ; changed ; Update fabfile ; ; ; ; 1.3.1 ; fixed ; Don't crash if the release-info file does not exist ; ; ; ; diff --git a/pyproject.toml b/pyproject.toml index 05eb3f4..5a430cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "clproc" -version = "2024.02.08" +version = "2024.08.12" authors = [ { name="Michel Albert", email="michel.albert@post.lu" }, ]