From 9faffb27db527be623c592912503681964f76d77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tatjana=20Damnjanovi=C4=87?= Date: Wed, 27 Aug 2025 23:43:24 +0200 Subject: [PATCH] Bump version to v2.32.0 --- CHANGELOG.md | 6 ++++++ solvebio/version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b2dbff9..fb9d2be9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v2.32.0](https://github.com/solvebio/solvebio-python/tree/v2.32.0) (2025-08-28) + +- Add support for upload of files bigger than 5GB (#498) +- Dropped support for Python versions earlier than 3.8. (#497) +- Upgraded form-data to version 2.5.4+ to address a security issue related to predictable multipart boundaries. (#492) + ## [v2.31.2](https://github.com/solvebio/solvebio-python/tree/v2.31.2) (2025-07-28) - Add api_host to the module (#490) diff --git a/solvebio/version.py b/solvebio/version.py index eb2c12d3..0c123836 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.31.2' +VERSION = '2.32.0'