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