Skip to content

Commit bd711f6

Browse files
author
Tatjana Damnjanović
committed
Bump version v2.33.0->v2.34.0 and update changelog
1 parent 78dd36e commit bd711f6

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [v2.34.0](https://github.com/solvebio/solvebio-python/tree/v2.34.0) (2025-12-16)
4+
5+
- Removed file upload threshold in order to fix the Dataset Imports using manifest URLs (#506)
6+
- Fixed EDP file paths for Windows file upload command (#503)
7+
38
## [v2.33.0](https://github.com/solvebio/solvebio-python/tree/v2.33.0) (2025-11-06)
49

510
- Minor Python version compatibility updates (#502)

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.33.0'
6+
VERSION = '2.34.0'

0 commit comments

Comments
 (0)