We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e738e2 commit a1d2504Copy full SHA for a1d2504
2 files changed
python/CHANGELOG.md
@@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
3
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
6
+## [v0.9.4] - December 10, 2025
7
+- [Add support for is_live to rules in sift_py](https://github.com/sift-stack/sift/pull/427)
8
+
9
## [v0.9.3] - December 4, 2025
10
- [Fix scaling issues with TDMS imports](https://github.com/sift-stack/sift/pull/422)
11
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" }
0 commit comments