From ac86795fb221eb3f1726541d28aeda649fa95e82 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 28 Feb 2025 22:47:47 -0800 Subject: [PATCH] Release 0.24a0 Refs #809 --- docs/changelog.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 104086dd..963d1b58 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,10 @@ # Changelog +(v0_24a0)= +## 0.24a0 (2025-02-28) + +- Alpha release with experimental `register_template_loaders()` plugin hook. [#809](https://github.com/simonw/llm/issues/809) + (v0_23)= ## 0.23 (2025-02-28) diff --git a/setup.py b/setup.py index 754c7a3d..d5cdad13 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -VERSION = "0.23" +VERSION = "0.24a0" def get_long_description():