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" }