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
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.30.1
current_version = 2.31.0
files = solvebio/version.py
commit = True
tag = True
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.30.1'
VERSION = '2.31.0'
Loading