From 48517ec36fa0f7a6b8d8d05909f55d24f21912a9 Mon Sep 17 00:00:00 2001 From: Taylor Jones Date: Wed, 11 Feb 2026 14:06:54 -0600 Subject: [PATCH] python(chore): sift-stack-py v0.10.1 prep --- python/CHANGELOG.md | 7 +++++++ python/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python/CHANGELOG.md b/python/CHANGELOG.md index c9ade4afd..2cda44408 100644 --- a/python/CHANGELOG.md +++ b/python/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [v0.10.1] - February 11, 2026 + +### What's New +- [Add pagination for list ingestion config/flows](https://github.com/sift-stack/sift/pull/471) +- [Increase page size, fix list ingestion config API](https://github.com/sift-stack/sift/pull/470) +- [Regenerate remote file upload proto to include TestSteps](https://github.com/sift-stack/sift/pull/468) + ## [v0.10.0] - January 30, 2026 ### DEPRECATION NOTICE diff --git a/python/pyproject.toml b/python/pyproject.toml index 30419ffa8..44f28a08a 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sift_stack_py" -version = "0.10.0" +version = "0.10.1" description = "Python client library for the Sift API" requires-python = ">=3.8" readme = { file = "README.md", content-type = "text/markdown" }