Skip to content

Commit 814847a

Browse files
damnjanovictanjapfmTatjana Damnjanović
andauthored
bump version and update changelog (#479)
Co-authored-by: Tatjana Damnjanović <tatjana@solvebio.com>
1 parent 79ce06d commit 814847a

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.30.0
2+
current_version = 2.30.1
33
files = solvebio/version.py
44
commit = True
55
tag = True

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Changelog
22

3+
## [v2.30.1](https://github.com/solvebio/solvebio-python/tree/v2.30.1) (2025-04-11)
4+
5+
- Escape Path on Windows in Upload Command (#478)
36

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

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

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

1315
- Fix issue occurring on "import solvebio" (#471)

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.30.0'
6+
VERSION = '2.30.1'

0 commit comments

Comments
 (0)