Skip to content

Commit

Permalink
CHANGELOG and bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hkershaw-brown committed Dec 13, 2023
1 parent 99c6e58 commit 54a374d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,19 @@ individual files.

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

**December 13 2023 :: Developer tests and bug fixes. Tag v10.10.0**

- new developer tests to run all builds for all compilers on NSF NCAR machine
Derecho.
- removed redundant nc_check routine from utilities_mod in favor of
netcdf_utilities_mod::nc_check
- Improved default thinning options for AIRS L2 converter.

bug-fixes:

- AIRS L2 converter message prints correct number of obs.
- MOM6 model_mod .eqv. used for logical comparison to conform to Fortran standard.

**December 1 2023 :: Bringing DART documentation in accordance with NSF Policy. Tag v10.9.2**

- doc-fixes:
Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
author = 'Data Assimilation Research Section'

# The full version, including alpha/beta/rc tags
release = '10.9.2'
release = '10.10.0'
root_doc = 'index'

# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 54a374d

Please sign in to comment.