Skip to content

Commit

Permalink
chore: v0.3.1 release prep (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
niliayu authored Jan 8, 2025
1 parent 403aa95 commit 5d6f1fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## [v0.3.1] - January 8, 2025
- [Moves npTDMS dependency to optional](https://github.com/sift-stack/sift/pull/159)
Specify `sift-stack-py[tdms]` in your project dependencies if you need to use the TDMS upload service.

## [v0.3.0] - January 7, 2025
- [What's New](#whats-new)
- [Bugfixes](#bugfixes)
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.0"
version = "0.3.1"
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 5d6f1fe

Please sign in to comment.