Skip to content

Commit

Permalink
Update CHANGELOG and conf.py for Tag v11.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonbk committed Feb 29, 2024
1 parent 55a9c82 commit 21237bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ individual files.

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

**February 29 2024 :: Add helper functions to utilities_mod. Tag v11.0.4**

- Adds three functions to ``utilities_mod``: ``zero_fill``, ``pad_left`` and ``integer_to_string``.

**February 13 2024 :: Fortran Standards. Tag v11.0.3**

- Replace f2kcli with Fortran intrinsics for command line arguments.
Expand Down
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
# -- Project information -----------------------------------------------------

project = 'DART'
copyright = '2023, University Corporation for Atmospheric Research'
copyright = '2024, University Corporation for Atmospheric Research'
author = 'Data Assimilation Research Section'

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

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

0 comments on commit 21237bf

Please sign in to comment.