Skip to content

Commit

Permalink
python(chore): v0.3.3 prep (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcsiftstack authored Jan 24, 2025
1 parent aae7bf8 commit d8a60fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.3] - January 24, 2025
- [Don't upload TDMS channel properties to Sift channel description](https://github.com/sift-stack/sift/pull/165)

## [v0.3.2] - January 17, 2025
- [Fixes tempfile compatibility issues on Windows](https://github.com/sift-stack/sift/pull/163)

Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "sift_stack_py"
version = "0.3.2"
version = "0.3.3"
description = "Python client library for the Sift API"
requires-python = ">=3.8"
readme = { file = "README.md", content-type = "text/markdown" }
Expand Down

0 comments on commit d8a60fd

Please sign in to comment.