Skip to content

Commit 68afbb4

Browse files
authored
Bump v3.0.2 (#141)
1 parent d46eb39 commit 68afbb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "jira-bugzilla-integration"
3-
version = "3.0.1"
3+
version = "3.0.2"
44
description = "jira-bugzilla-integration"
55
authors = ["@mozilla/jbi-core"]
66
license = "MPL"

src/app/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
app = FastAPI(
3636
title="Jira Bugzilla Integration (JBI)",
3737
description="JBI v2 Platform",
38-
version="3.0.1",
38+
version="3.0.2",
3939
)
4040

4141
app.include_router(monitor_router)

0 commit comments

Comments
 (0)