From 47ba43b33259504ad42ec8f53851e68846b6bd85 Mon Sep 17 00:00:00 2001 From: Kazuya Takei Date: Sun, 15 Dec 2024 23:03:30 +0900 Subject: [PATCH] release: Version 2024.12.15 --- .age.toml | 2 +- .github/release-body.md | 4 ++-- pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.age.toml b/.age.toml index f71a867..1888c5f 100644 --- a/.age.toml +++ b/.age.toml @@ -1,4 +1,4 @@ -current_version = "2024.12.12" +current_version = "2024.12.15" [[files]] path = "pyproject.toml" diff --git a/.github/release-body.md b/.github/release-body.md index 6463ce6..89fa56a 100644 --- a/.github/release-body.md +++ b/.github/release-body.md @@ -1,3 +1,3 @@ -Release atsphinx-toybox v2024.12.12 +Release atsphinx-toybox v2024.12.15 -Changelog is https://github.com/atsphinx/toybox/compare/v2024.12.11...v2024.12.12 +Changelog is https://github.com/atsphinx/toybox/compere/v2024.12.12...v2024.12.15 diff --git a/pyproject.toml b/pyproject.toml index 2332ff8..e73b290 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "atsphinx-toybox" -version = "2024.12.12" +version = "2024.12.15" description = "Miscellaneous sphinx-extension collection of attakei' trials." authors = [{name = "Kazuya Takei", email = "myself@attakei.net"}] license = "Apache-2.0" diff --git a/uv.lock b/uv.lock index 799f6be..fc8f13b 100644 --- a/uv.lock +++ b/uv.lock @@ -39,7 +39,7 @@ wheels = [ [[package]] name = "atsphinx-toybox" -version = "2024.12.12" +version = "2024.12.15" source = { editable = "." } dependencies = [ { name = "sphinx" },