Skip to content

Commit c3a7c05

Browse files
committed
Retry release: Version 1.11.7 with bugfix
1 parent 35fecec commit c3a7c05

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ body:
2020
label: What happened?
2121
description: Also tell us, what did you expect to happen?
2222
placeholder: Tell us what you see!
23-
value: "A bug happened!"
2423
validations:
2524
required: true
2625

fdsreader/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77

88
from incremental import Version
99

10-
__version__ = Version("fdsreader", 1, 11, 6)
10+
__version__ = Version("fdsreader", 1, 11, 7)
1111
__all__ = ["__version__"]

0 commit comments

Comments
 (0)