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 94c6fc1 commit 0ab966cCopy full SHA for 0ab966c
fractal_server/__init__.py
@@ -1 +1 @@
1
-__VERSION__ = "2.9.0a12"
+__VERSION__ = "2.9.0"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
2
name = "fractal-server"
3
-version = "2.9.0a12"
+version = "2.9.0"
4
description = "Server component of the Fractal analytics platform"
5
authors = [
6
"Tommaso Comparin <tommaso.comparin@exact-lab.it>",
@@ -85,7 +85,7 @@ filterwarnings = [
85
]
86
87
[tool.bumpver]
88
-current_version = "2.9.0a12"
+current_version = "2.9.0"
89
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
90
commit_message = "bump version {old_version} -> {new_version}"
91
commit = true
0 commit comments