From b5ec8ca8b01c643517f32c129c4675a30c86f718 Mon Sep 17 00:00:00 2001 From: John Sirois Date: Thu, 16 Oct 2025 15:33:06 -0700 Subject: [PATCH] Prepare the 0.1.9 release. --- CHANGES.md | 5 +++++ conscript/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c9329f4..ca86f53 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Conscript Release Notes +## 0.1.9 + ++ [d6969dd](https://github.com/jsirois/conscript/commit/d6969dd) Support Python 3.15. (#12) + ## 0.1.8 + [eab1a3a](https://github.com/jsirois/conscript/commit/eab1a3a) Add support for PI. (#10) @@ -38,3 +42,4 @@ Initial public release. + diff --git a/conscript/__init__.py b/conscript/__init__.py index 530b6f3..ffc1034 100644 --- a/conscript/__init__.py +++ b/conscript/__init__.py @@ -1,3 +1,3 @@ from __future__ import absolute_import -__version__ = "0.1.8" # N.B.: Setuptools is configured to use this as our distribution version. +__version__ = "0.1.9" # N.B.: Setuptools is configured to use this as our distribution version.