From f8103e22c4420ea4267c240ca33d828c70f11fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tatjana=20Damnjanovi=C4=87?= Date: Fri, 25 Jul 2025 15:45:14 +0200 Subject: [PATCH] Bump version to v2.31.1 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 5 +++++ solvebio/version.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e8bd2660..b9de0a13 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.31.0 +current_version = 2.31.1 files = solvebio/version.py commit = True tag = True diff --git a/CHANGELOG.md b/CHANGELOG.md index 5be8999b..5fd0b35f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v2.31.1](https://github.com/solvebio/solvebio-python/tree/v2.31.1) (2025-07-25) + +- Fix login issues (#484) +- Fix annotator-params default to empty dict instead of None (#488) + ## [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) diff --git a/solvebio/version.py b/solvebio/version.py index 0bea061e..6bb7cb73 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.31.0' +VERSION = '2.31.1'