Skip to content

Commit 1d5e2df

Browse files
authored
python(chore): v0.16.1 prep (#577)
1 parent 5406f22 commit 1d5e2df

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

python/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ 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.16.1] - May 19, 2026
7+
8+
### Bugfixes
9+
- Replace the POSIX-only `fcntl.flock` call in the test-results log with a cross-platform `filelock.FileLock` so importing `sift_client` no longer fails on Windows. ([#574](https://github.com/sift-stack/sift/pull/574))
10+
611
## [v0.16.0] - May 14, 2026
712

813
### What's New

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.16.0"
7+
version = "0.16.1"
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)