From ea2024d6e13a43cd75ee6e38f35aa88b57d044f7 Mon Sep 17 00:00:00 2001 From: John Sirois Date: Tue, 22 Oct 2024 11:25:30 -0700 Subject: [PATCH] Prepare the 0.1.8 release. --- CHANGES.md | 5 ++++- conscript/__init__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index b46f037..59bf49f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Conscript Release Notes +## 0.1.8 + ++ [eab1a3a](https://github.com/jsirois/conscript/commit/eab1a3a) Add support for PI. (#10) + ## 0.1.7 + [271e589](https://github.com/jsirois/conscript/commit/271e589) Add support for Python 3.13. (#8) @@ -33,4 +37,3 @@ Initial public release. - diff --git a/conscript/__init__.py b/conscript/__init__.py index 7cdfad1..530b6f3 100644 --- a/conscript/__init__.py +++ b/conscript/__init__.py @@ -1,3 +1,3 @@ from __future__ import absolute_import -__version__ = "0.1.7" # N.B.: Setuptools is configured to use this as our distribution version. +__version__ = "0.1.8" # N.B.: Setuptools is configured to use this as our distribution version.