Skip to content

Commit 0423efd

Browse files
committed
A few little updates before the merge to main.
1 parent a15270c commit 0423efd

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

docs/development/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# 2021-07-10
44

55
- Working through deployment checklist.
6+
- Fix a spelling mistake in release notes.
67

78
# 2021-07-09
89

docs/development/TODO.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
- [ ] Unify code that adjusts lon (PR#1)
6868
- [ ] Verify unification of radius (R) throughout code
6969
- [ ] grid mask editor (ocean, etc)
70+
- [X] create a working example for binder.org
7071
- [X] needs upgrade from basemap()
7172
- [X] create an editor that works in jupyter
7273
- [ ] add routines for mask checking

docs/development/releases/0.3.0.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ Minor updates after tag: `a9f9a893d003e9e7b2a0b66ddb7cdaedc0c2668c`
2727
- [X] Update any tests performed by pytest
2828
- [X] Update TODOs.md
2929
- [ ] After submission of PR
30-
- [ ] Review commit as necessary
31-
- [ ] Verify CI/Actions pass
32-
- [ ] Verify Read the Docs render correctly
33-
- [ ] Verify mybinder.org is functional
34-
- [ ] Merge "Release x.y.z" to main
30+
- [X] Review commit as necessary
31+
- [X] Verify CI/Actions pass
32+
- [X] Verify Read the Docs render correctly
33+
- [X] Verify mybinder.org is functional
34+
- [ ] Merge "Release 0.3.0" to main
3535
- [ ] Reverify mybinder.org operation
3636
- [ ] Ensure CI/Actions continue to pass
3737
- [ ] Ensure ReadtheDocs renders correctly
3838
- [ ] Ensure MDs on github renders correctly
39-
- [ ] Add and commit a tag with x.y.z
39+
- [ ] Add and commit a tag with 0.3.0
4040
- [ ] Run through a Release on the github site
4141
- [ ] Place a release notice on the MOM6 forum
4242

@@ -55,7 +55,7 @@ Minor updates after tag: `a9f9a893d003e9e7b2a0b66ddb7cdaedc0c2668c`
5555
- Update extra short cut keys for jupyter.
5656
- Add more descriptions to README.md in examples
5757
- Add more default options to examples
58-
- Renumber exmaples so they are more `ls` friendly
58+
- Renumber examples so they are more `ls` friendly
5959
- Consolidate creation of hashes using a single function
6060

6161
# Bug Fixes

0 commit comments

Comments
 (0)