We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad2958 commit d7dac21Copy full SHA for d7dac21
fractal_server/__init__.py
@@ -1 +1 @@
1
-__VERSION__ = "2.10.4"
+__VERSION__ = "2.10.5"
pyproject.toml
@@ -1,6 +1,6 @@
[project]
2
name = "fractal-server"
3
-version = "2.10.4"
+version = "2.10.5"
4
description = "Backend component of the Fractal analytics platform"
5
authors = [
6
{ name="Tommaso Comparin", email="tommaso.comparin@exact-lab.it" },
@@ -95,7 +95,7 @@ filterwarnings = [
95
]
96
97
[tool.bumpver]
98
-current_version = "2.10.4"
+current_version = "2.10.5"
99
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
100
commit_message = "bump version {old_version} -> {new_version}"
101
commit = true
0 commit comments