Skip to content

Commit

Permalink
Version bump for release v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Neverhorst committed Aug 17, 2024
1 parent 255161c commit 1aa3f28
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ body:
description: What version of our software are you running?
options:
- Development
- Release v1.5.1
- Release v1.5.0
- Release v1.4.1
- Release v1.3.0
Expand Down Expand Up @@ -69,14 +70,6 @@ body:
label: Additional Comments
validations:
required: false
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: [email protected]
validations:
required: false
#- type: checkboxes
# id: terms
# attributes:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.1.dev0
1.5.1
16 changes: 16 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@
### Breaking Changes
None

### Bugfixes
None

### New Features
None

### Other
None


## Version 1.5.1
Released on 18.08.2024

### Breaking Changes
None

### Bugfixes
- Fixed deprecated import path for `windows` module from `scipy.signal` in `qudi.util.math`
- Fixed decay parameter estimation in `qudi.util.fit_models.exp_decay.ExponentialDecay` fit model
Expand Down

0 comments on commit 1aa3f28

Please sign in to comment.