Skip to content

Commit f8103e2

Browse files
author
Tatjana Damnjanović
committed
Bump version to v2.31.1
1 parent 73ec14f commit f8103e2

3 files changed

Lines changed: 7 additions & 2 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.31.0
2+
current_version = 2.31.1
33
files = solvebio/version.py
44
commit = True
55
tag = True

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [v2.31.1](https://github.com/solvebio/solvebio-python/tree/v2.31.1) (2025-07-25)
4+
5+
- Fix login issues (#484)
6+
- Fix annotator-params default to empty dict instead of None (#488)
7+
38
## [v2.31.0](https://github.com/solvebio/solvebio-python/tree/v2.31.0) (2025-05-06)
49

510
- Fix upload command for nested folders when dry-run flag is active (#481)

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.31.0'
6+
VERSION = '2.31.1'

0 commit comments

Comments
 (0)