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 c323026 commit 8850baeCopy full SHA for 8850bae
jbi/app.py
@@ -32,7 +32,7 @@
32
app = FastAPI(
33
title="Jira Bugzilla Integration (JBI)",
34
description="JBI v2 Platform",
35
- version="3.2.2",
+ version="3.2.3",
36
debug=settings.app_debug,
37
)
38
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "jira-bugzilla-integration"
3
-version = "3.2.2"
+version = "3.2.3"
4
description = "jira-bugzilla-integration"
5
authors = ["@mozilla/jbi-core"]
6
license = "MPL"
0 commit comments