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 /
181181 "description": "JBI v2 Platform",
182182 "documentation": "/docs",
183183 "title": "Jira Bugzilla Integration (JBI)",
184- "version": "2.0.1 "
184+ "version": "X.Y.Z "
185185}
186186` ` `
187187
@@ -192,8 +192,7 @@ GET /__version__
192192
193193{
194194 "commit": "1ea792a733d704e0094fe6065ee64b2a3435f280",
195- "version": "refs/tags/v2.0.1",
196- "image_tag": "v2.0.1",
195+ "version": "refs/tags/vX.Y.Z",
197196 "source": "https://github.com/mozilla/jira-bugzilla-integration",
198197 "build": "https://github.com/mozilla/jira-bugzilla-integration/actions/runs/2315380477"
199198}
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " jira-bugzilla-integration"
3- version = " 2 .0.1 "
3+ version = " 3 .0.0 "
44description = " jira-bugzilla-integration"
55authors = [" @mozilla/jbi-core" ]
66license = " MPL"
Original file line number Diff line number Diff line change 3636app = FastAPI (
3737 title = "Jira Bugzilla Integration (JBI)" ,
3838 description = "JBI v2 Platform" ,
39- version = "2 .0.1 " ,
39+ version = "3 .0.0 " ,
4040)
4141
4242app .include_router (monitor_router )
You can’t perform that action at this time.
0 commit comments