From 0bc2906dc5be3c2658c9c338175785834a2e0e3a Mon Sep 17 00:00:00 2001 From: Marc Julien Date: Fri, 1 Nov 2024 13:17:12 -0700 Subject: [PATCH] build: v0.3.0-rc.2 release prep --- python/CHANGELOG.md | 7 ++++++- python/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python/CHANGELOG.md b/python/CHANGELOG.md index bc260d9c..e0cbd365 100644 --- a/python/CHANGELOG.md +++ b/python/CHANGELOG.md @@ -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 @@ -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: diff --git a/python/pyproject.toml b/python/pyproject.toml index 100a8fa1..28b7d4bc 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -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"}