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 d46eb39 commit 68afbb4Copy full SHA for 68afbb4
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "jira-bugzilla-integration"
3
-version = "3.0.1"
+version = "3.0.2"
4
description = "jira-bugzilla-integration"
5
authors = ["@mozilla/jbi-core"]
6
license = "MPL"
src/app/api.py
@@ -35,7 +35,7 @@
35
app = FastAPI(
36
title="Jira Bugzilla Integration (JBI)",
37
description="JBI v2 Platform",
38
- version="3.0.1",
+ version="3.0.2",
39
)
40
41
app.include_router(monitor_router)
0 commit comments