Skip to content

Commit a1d2504

Browse files
authored
python(chore): v0.9.4 prep (#428)
1 parent 0e738e2 commit a1d2504

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

python/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
33

44
This project adheres to [Semantic Versioning](http://semver.org/).
55

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+
69
## [v0.9.3] - December 4, 2025
710
- [Fix scaling issues with TDMS imports](https://github.com/sift-stack/sift/pull/422)
811

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sift_stack_py"
7-
version = "0.9.3"
7+
version = "0.9.4"
88
description = "Python client library for the Sift API"
99
requires-python = ">=3.8"
1010
readme = { file = "README.md", content-type = "text/markdown" }

0 commit comments

Comments
 (0)