From 9ebbaf988e9301f9a7d1b786ce97f7bb5d00606b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tatjana=20Damnjanovi=C4=87?= Date: Fri, 11 Apr 2025 10:38:06 +0200 Subject: [PATCH] bump version and update changelog --- .bumpversion.cfg | 2 +- CHANGELOG.md | 4 +++- solvebio/version.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8521a161..3cdedb0d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.30.0 +current_version = 2.30.1 files = solvebio/version.py commit = True tag = True diff --git a/CHANGELOG.md b/CHANGELOG.md index ca5dc0be..ac654204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # 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) @@ -7,7 +10,6 @@ - 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) diff --git a/solvebio/version.py b/solvebio/version.py index 1951da78..9213c5fc 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.0' +VERSION = '2.30.1'