Skip to content

Commit a69da40

Browse files
authored
Bump v3.0.0 (#129)
* Bump version v3.0.0 * Remove mentions of v2.0.1 in examples
1 parent c716c3f commit a69da40

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

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

src/app/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
app = FastAPI(
3737
title="Jira Bugzilla Integration (JBI)",
3838
description="JBI v2 Platform",
39-
version="2.0.1",
39+
version="3.0.0",
4040
)
4141

4242
app.include_router(monitor_router)

0 commit comments

Comments
 (0)