diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index 522c0385..d95daac9 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -14,7 +14,7 @@ METdataio Version 13.0.0-beta2 Release Notes (20260507) .. dropdown:: Bugfixes - * None + * **Use case fix when using pandas 3** (`#415 `_) .. dropdown:: Documentation @@ -27,6 +27,7 @@ METdataio Version 13.0.0-beta2 Release Notes (20260507) .. dropdown:: Repository, build, and test * **Add testing for Python 3.14** (`#410 `_) + * Remove python-dateutil from nco_requirements.txt and requirements.txt (`#409 `_) METdataio Version 13.0.0-beta1 Release Notes (20260204) @@ -57,6 +58,7 @@ This section summarizes and highlights important changes to METdataio since vers .. note:: + The version numbering for METdataio has been updated to 13.0.0 to provide consistency and clarity with all METplus components. In the METdataio-13.0.0-beta2 release, METdataio switched from development diff --git a/docs/conf.py b/docs/conf.py index d466e056..8a4bfc2b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,7 @@ project = 'METdataio' author = 'UCAR/NSF NCAR, NOAA, CSU/CIRA, and CU/CIRES' author_list = 'Smith, M., T. Burek, H. Fisher, M. Win-Gildenmeister, and V. Hagerty' -version = '13.0.0-beta3-dev' +version = '13.0.0-beta2' verinfo = version release = f'{version}' release_year = '2026' diff --git a/docs/version b/docs/version index 1a5ff891..f7d58897 100644 --- a/docs/version +++ b/docs/version @@ -1,3 +1,3 @@ -13.0.0-beta3-dev +13.0.0-beta2