Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion solvebio/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Loading