Skip to content

Commit 22a7c9f

Browse files
authored
Bump v3.3.2 (#243)
1 parent c6f2529 commit 22a7c9f

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

0 commit comments

Comments
 (0)