From 4ed03042105851226d8f1b40761514d3140fe514 Mon Sep 17 00:00:00 2001 From: Marc Julien Date: Tue, 16 Sep 2025 18:30:44 -0700 Subject: [PATCH] python(chore): Prep for v0.9.1 --- python/CHANGELOG.md | 3 +++ python/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/python/CHANGELOG.md b/python/CHANGELOG.md index ed3794002..ff6d0856b 100644 --- a/python/CHANGELOG.md +++ b/python/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [v0.9.1] - August 18, 2025 +- [Allow importing TDMS metadata to existing Runs](https://github.com/sift-stack/sift/pull/320) + ## [v0.9.0] - September 15, 2025 ### What's New #### Parquet Upload Service diff --git a/python/pyproject.toml b/python/pyproject.toml index 0baa6de65..1c2e2d5ef 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [project] 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" }