Skip to content

Commit

Permalink
build: v0.3.0-rc.2 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
marcsiftstack committed Nov 1, 2024
1 parent c56a065 commit 0bc2906
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

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

## [v0.3.0-rc.2] - November 1, 2024

Summary of changes:
- Loosen various dependency requirements

## [v0.3.0-rc.1] - October 22, 2024

This is the release candidate for v0.3.0 for the purposes of allowing folks to test various
Expand Down Expand Up @@ -195,7 +200,7 @@ Summary of changes:
## [v0.1.0] - July 12, 2024

Summary of changes:
- Promote to `v0.1.0` from release candidate state.
- Promote to `v0.1.0` from release candidate state.
- [Add module to download telemetry](https://github.com/sift-stack/sift/pull/72)

In addition to the changes above, documentation is now also available online:
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-rc.1"
version = "0.3.0-rc.2"
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 0bc2906

Please sign in to comment.