File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ GET /
181
181
"description": "JBI v2 Platform",
182
182
"documentation": "/docs",
183
183
"title": "Jira Bugzilla Integration (JBI)",
184
- "version": "2.0.1 "
184
+ "version": "X.Y.Z "
185
185
}
186
186
` ` `
187
187
@@ -192,8 +192,7 @@ GET /__version__
192
192
193
193
{
194
194
"commit": "1ea792a733d704e0094fe6065ee64b2a3435f280",
195
- "version": "refs/tags/v2.0.1",
196
- "image_tag": "v2.0.1",
195
+ "version": "refs/tags/vX.Y.Z",
197
196
"source": "https://github.com/mozilla/jira-bugzilla-integration",
198
197
"build": "https://github.com/mozilla/jira-bugzilla-integration/actions/runs/2315380477"
199
198
}
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " jira-bugzilla-integration"
3
- version = " 2 .0.1 "
3
+ version = " 3 .0.0 "
4
4
description = " jira-bugzilla-integration"
5
5
authors = [" @mozilla/jbi-core" ]
6
6
license = " MPL"
Original file line number Diff line number Diff line change 36
36
app = FastAPI (
37
37
title = "Jira Bugzilla Integration (JBI)" ,
38
38
description = "JBI v2 Platform" ,
39
- version = "2 .0.1 " ,
39
+ version = "3 .0.0 " ,
40
40
)
41
41
42
42
app .include_router (monitor_router )
You can’t perform that action at this time.
0 commit comments