Skip to content

Commit 5b8b2c3

Browse files
chore: improved pull request template
bump version and changelog for release of perturb_from_single_instance
1 parent 38e73a6 commit 5b8b2c3

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.github/pull_request_template.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@ Please describe any tests you ran to verify your changes.
2424

2525
- [ ] Updated changelog entry
2626
- [ ] Documentation updated
27-
- [ ] Version tag
27+
- [ ] Update conf.py
28+
29+
## Checklist for release
30+
- [ ] Merge into main
31+
- [ ] Create release from the main branch with appropriate tag
32+
- [ ] Delete feature-branch
2833

2934
## Testing Datasets
3035

CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ individual files.
2222

2323
The changes are now listed with the most recent at the top.
2424

25+
**September 22 2022 :: Bug-fix for pertub_single_instance. Tag v10.5.1**
26+
27+
- Program perturb_single_instance was running without perturbing when
28+
interf_provided = .false. (silent fail).
29+
Model specific pert_model_copies is now required to run perturb_single_instance
30+
2531
**September 22 2022 :: CAM-SE. Tag: v10.5.0**
2632

2733
- CAM-SE interface for Manhattan

conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
author = 'Data Assimilation Research Section'
2222

2323
# The full version, including alpha/beta/rc tags
24-
release = '10.5.0'
24+
release = '10.5.1'
2525
master_doc = 'README'
2626

2727
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)