From 8a0f4f155ca56ab8c2890148aa524bc8d5ddb2d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tatjana=20Damnjanovi=C4=87?= Date: Tue, 4 Nov 2025 15:34:40 +0100 Subject: [PATCH] Bump version to v2.33.0 and update changelo --- CHANGELOG.md | 6 ++++++ solvebio/version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb9d2be9..64dd9180 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v2.33.0](https://github.com/solvebio/solvebio-python/tree/v2.33.0) (2025-11-06) + +- Minor Python version compatibility updates (#502) +- Deprecation message in favor of new Quartzbio python client for EDP (#501) +- Enhance upload mechanism by introducing retries on network failures and upload token expiration (#500) + ## [v2.32.0](https://github.com/solvebio/solvebio-python/tree/v2.32.0) (2025-08-28) - Add support for upload of files bigger than 5GB (#498) diff --git a/solvebio/version.py b/solvebio/version.py index 40f308e4..501b0096 100644 --- a/solvebio/version.py +++ b/solvebio/version.py @@ -3,4 +3,4 @@ # This file should define a variable VERSION which we use as the # debugger version number. -VERSION = '2.32.1rc0' +VERSION = '2.33.0'