Skip to content

Commit 9fad5db

Browse files
authored
python(chore): Prep for v0.9.1 (#321)
1 parent 933ad3b commit 9fad5db

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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.1] - August 18, 2025
7+
- [Allow importing TDMS metadata to existing Runs](https://github.com/sift-stack/sift/pull/320)
8+
69
## [v0.9.0] - September 15, 2025
710
### What's New
811
#### Parquet Upload Service

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sift_stack_py"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
description = "Python client library for the Sift API"
55
requires-python = ">=3.8"
66
readme = { file = "README.md", content-type = "text/markdown" }

0 commit comments

Comments
 (0)