Skip to content

Commit ce47a56

Browse files
Version Bump: 3.3.1 (#238)
1 parent 145bcce commit ce47a56

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

0 commit comments

Comments
 (0)