From bddd5ef44fdd36b60295b2186804c867006ddde8 Mon Sep 17 00:00:00 2001 From: Marc Julien Date: Wed, 10 Dec 2025 12:59:02 -0800 Subject: [PATCH] python(chore): v0.9.4 prep --- python/CHANGELOG.md | 3 +++ python/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/python/CHANGELOG.md b/python/CHANGELOG.md index b5d2dd9b6..600245c4b 100644 --- a/python/CHANGELOG.md +++ b/python/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [v0.9.4] - December 10, 2025 +- [Add support for is_live to rules in sift_py](https://github.com/sift-stack/sift/pull/427) + ## [v0.9.3] - December 4, 2025 - [Fix scaling issues with TDMS imports](https://github.com/sift-stack/sift/pull/422) diff --git a/python/pyproject.toml b/python/pyproject.toml index ae2c9b60d..9519786ac 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sift_stack_py" -version = "0.9.3" +version = "0.9.4" description = "Python client library for the Sift API" requires-python = ">=3.8" readme = { file = "README.md", content-type = "text/markdown" }