Skip to content

Commit 8850bae

Browse files
authored
Bump v3.2.3 (#214)
1 parent c323026 commit 8850bae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jbi/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
app = FastAPI(
3333
title="Jira Bugzilla Integration (JBI)",
3434
description="JBI v2 Platform",
35-
version="3.2.2",
35+
version="3.2.3",
3636
debug=settings.app_debug,
3737
)
3838

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.2.2"
3+
version = "3.2.3"
44
description = "jira-bugzilla-integration"
55
authors = ["@mozilla/jbi-core"]
66
license = "MPL"

0 commit comments

Comments
 (0)