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.0
current_version = 2.30.1
files = solvebio/version.py
commit = True
tag = True
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Changelog

## [v2.30.1](https://github.com/solvebio/solvebio-python/tree/v2.30.1) (2025-04-11)

- Escape Path on Windows in Upload Command (#478)

## [v2.30.0](https://github.com/solvebio/solvebio-python/tree/v2.30.0) (2025-01-24)

- EDPDEV-1535 add commit download support (#474)
- Fix issue with `upload_file` where the nested client was not used (#475)
- Fix failing test around empty metadata (#476)


## [v2.29.2](https://github.com/solvebio/solvebio-python/tree/v2.29.2) (2024-10-14)

- Fix issue occurring on "import solvebio" (#471)
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.0'
VERSION = '2.30.1'
Loading