Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions doc/source/new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ What's New
Releases
-------------

v1.4.1 (November 2025)
^^^^^^^^^^^^^^^^^^^^^^^^^

- Release 1.4.1
- Support for Python 3.13
- Fix to accommodate recent netCDF4 changes
- Remove pkg_resources
- Correct units for LCL and LFC in the subproduct diagnostics documentation

v1.4.0 (May 2025)
^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion src/wrf/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4.0"
__version__ = "1.4.1"
Loading