We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933ad3b commit 9fad5dbCopy full SHA for 9fad5db
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.1] - August 18, 2025
7
+- [Allow importing TDMS metadata to existing Runs](https://github.com/sift-stack/sift/pull/320)
8
+
9
## [v0.9.0] - September 15, 2025
10
### What's New
11
#### Parquet Upload Service
python/pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "sift_stack_py"
-version = "0.9.0"
+version = "0.9.1"
description = "Python client library for the Sift API"
requires-python = ">=3.8"
readme = { file = "README.md", content-type = "text/markdown" }
0 commit comments