You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ body:
13
13
id: "latest-version"
14
14
attributes:
15
15
label: "Please confirm that this bug affects the latest version"
16
-
description: "Please verify the issue is present in the latest version by installing it with `pip install boilercore==2024.1.2` and checking that the bug is still there"
16
+
description: "Please verify the issue is present in the latest version by installing it with `pip install boilercore==2024.1.3` and checking that the bug is still there"
17
17
options:
18
18
- required: True
19
-
label: "This bug affects version `2024.1.2` of `boilercore`."
19
+
label: "This bug affects version `2024.1.3` of `boilercore`."
Copy file name to clipboardExpand all lines: .github/issue_template.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ Please apply the `bug` label
10
10
11
11
### Please confirm that this bug affects the latest version
12
12
13
-
<!-- Please verify the issue is present in the latest version by installing it with `pip install boilercore==2024.1.2` and checking that the bug is still there #} -->
13
+
<!-- Please verify the issue is present in the latest version by installing it with `pip install boilercore==2024.1.3` and checking that the bug is still there #} -->
14
14
15
-
-[ ] This bug affects version `2024.1.2` of `boilercore`.
15
+
-[ ] This bug affects version `2024.1.3` of `boilercore`.
16
16
17
17
### Please indicate which operating system(s) you are using
0 commit comments