Skip to content

Commit 8a0f4f1

Browse files
author
Tatjana Damnjanović
committed
Bump version to v2.33.0 and update changelo
1 parent 4de04a6 commit 8a0f4f1

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v2.33.0](https://github.com/solvebio/solvebio-python/tree/v2.33.0) (2025-11-06)
4+
5+
- Minor Python version compatibility updates (#502)
6+
- Deprecation message in favor of new Quartzbio python client for EDP (#501)
7+
- Enhance upload mechanism by introducing retries on network failures and upload token expiration (#500)
8+
39
## [v2.32.0](https://github.com/solvebio/solvebio-python/tree/v2.32.0) (2025-08-28)
410

511
- Add support for upload of files bigger than 5GB (#498)

solvebio/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
# This file should define a variable VERSION which we use as the
55
# debugger version number.
6-
VERSION = '2.32.1rc0'
6+
VERSION = '2.33.0'

0 commit comments

Comments
 (0)