We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ec14f commit f8103e2Copy full SHA for f8103e2
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.31.0
+current_version = 2.31.1
3
files = solvebio/version.py
4
commit = True
5
tag = True
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)
6
+- Fix annotator-params default to empty dict instead of None (#488)
7
8
## [v2.31.0](https://github.com/solvebio/solvebio-python/tree/v2.31.0) (2025-05-06)
9
10
- Fix upload command for nested folders when dry-run flag is active (#481)
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'
0 commit comments