File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,12 @@ Please describe any tests you ran to verify your changes.
24
24
25
25
- [ ] Updated changelog entry
26
26
- [ ] 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
28
33
29
34
## Testing Datasets
30
35
Original file line number Diff line number Diff line change @@ -22,6 +22,12 @@ individual files.
22
22
23
23
The changes are now listed with the most recent at the top.
24
24
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
+
25
31
**September 22 2022 :: CAM-SE. Tag: v10.5.0 **
26
32
27
33
- CAM-SE interface for Manhattan
Original file line number Diff line number Diff line change 21
21
author = 'Data Assimilation Research Section'
22
22
23
23
# The full version, including alpha/beta/rc tags
24
- release = '10.5.0 '
24
+ release = '10.5.1 '
25
25
master_doc = 'README'
26
26
27
27
# -- General configuration ---------------------------------------------------
You can’t perform that action at this time.
0 commit comments