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'