From 81e925cf387640adfb841d5bd731f7f2a90be7c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tatjana=20Damnjanovi=C4=87?= Date: Mon, 28 Jul 2025 14:51:24 +0200 Subject: [PATCH] Bump version to v2.31.2 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 4 ++++ solvebio/version.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b9de0a13..5ca80ffc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.31.1 +current_version = 2.31.2 files = solvebio/version.py commit = True tag = True diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fd0b35f..8b2dbff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v2.31.2](https://github.com/solvebio/solvebio-python/tree/v2.31.2) (2025-07-28) + +- Add api_host to the module (#490) + ## [v2.31.1](https://github.com/solvebio/solvebio-python/tree/v2.31.1) (2025-07-25) - Fix login issues (#484) diff --git a/solvebio/version.py b/solvebio/version.py index 6bb7cb73..eb2c12d3 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.1' +VERSION = '2.31.2'