Skip to content

Commit 30b2e49

Browse files
authored
Release notes and version bump for v1.4.1 (#293)
* Add release notes for version 1.4.1 * Bump version to 1.4.1
1 parent 6542224 commit 30b2e49

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

doc/source/new.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ What's New
44
Releases
55
-------------
66

7+
v1.4.1 (November 2025)
8+
^^^^^^^^^^^^^^^^^^^^^^^^^
9+
10+
- Release 1.4.1
11+
- Support for Python 3.13
12+
- Fix to accommodate recent netCDF4 changes
13+
- Remove pkg_resources
14+
- Correct units for LCL and LFC in the subproduct diagnostics documentation
15+
716
v1.4.0 (May 2025)
817
^^^^^^^^^^^^^^^^^^^^^^^^^
918

src/wrf/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.4.0"
1+
__version__ = "1.4.1"

0 commit comments

Comments
 (0)