From e689ddd913f02c900f88de167e0e25163f17ce9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tatjana=20Damnjanovi=C4=87?= Date: Tue, 6 May 2025 18:00:20 +0200 Subject: [PATCH] bump version v2.31.0 and update changelog --- .bumpversion.cfg | 2 +- CHANGELOG.md | 6 ++++++ solvebio/version.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3cdedb0d..e8bd2660 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.30.1 +current_version = 2.31.0 files = solvebio/version.py commit = True tag = True diff --git a/CHANGELOG.md b/CHANGELOG.md index ac654204..5be8999b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v2.31.0](https://github.com/solvebio/solvebio-python/tree/v2.31.0) (2025-05-06) + +- Fix upload command for nested folders when dry-run flag is active (#481) +- Fix subjects retrieval in GlobalSearch module +- Enhance solvebio download command to support one file download even if --recursive flag is active + ## [v2.30.1](https://github.com/solvebio/solvebio-python/tree/v2.30.1) (2025-04-11) - Escape Path on Windows in Upload Command (#478) diff --git a/solvebio/version.py b/solvebio/version.py index 9213c5fc..0bea061e 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.30.1' +VERSION = '2.31.0'