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 daca33a commit a692c7bCopy full SHA for a692c7b
jbi/app.py
@@ -22,7 +22,7 @@
22
app = FastAPI(
23
title="Jira Bugzilla Integration (JBI)",
24
description="JBI v2 Platform",
25
- version="3.2.0",
+ version="3.2.1",
26
debug=settings.app_debug,
27
)
28
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "jira-bugzilla-integration"
3
-version = "3.2.0"
+version = "3.2.1"
4
description = "jira-bugzilla-integration"
5
authors = ["@mozilla/jbi-core"]
6
license = "MPL"
0 commit comments