From bd711f6cebd74a383e7ac3516ed1ab3d395af856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tatjana=20Damnjanovi=C4=87?= Date: Mon, 15 Dec 2025 13:39:34 +0100 Subject: [PATCH] Bump version v2.33.0->v2.34.0 and update changelog --- CHANGELOG.md | 5 +++++ solvebio/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64dd9180..7f4edb4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v2.34.0](https://github.com/solvebio/solvebio-python/tree/v2.34.0) (2025-12-16) + +- Removed file upload threshold in order to fix the Dataset Imports using manifest URLs (#506) +- Fixed EDP file paths for Windows file upload command (#503) + ## [v2.33.0](https://github.com/solvebio/solvebio-python/tree/v2.33.0) (2025-11-06) - Minor Python version compatibility updates (#502) diff --git a/solvebio/version.py b/solvebio/version.py index 501b0096..f399831e 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.33.0' +VERSION = '2.34.0'