Skip to content

Commit ac4ab82

Browse files
authored
Bump v3.3.0 (#235)
1 parent d11a98a commit ac4ab82

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

0 commit comments

Comments
 (0)