Prepare for 2.5.0 release

Update the version string in the project and manpages, add release
notes.
This commit is contained in:
Jeremy Stanley
2024-05-11 01:38:22 +00:00
parent 29f424ec50
commit e07436519f
4 changed files with 19 additions and 5 deletions

14
NEWS
View File

@@ -9,6 +9,20 @@
.. contents::
2.5 Release
-----------
This release no longer works with Python versions prior to 3.9 since it
relies on the new zoneinfo module from the 3.9 standard library, and may
need the pytz library from PyPI if your system lacks time zone data.
Added support for tornado watches and warnings, as well as fixing some
bugs which caused certain alerts to fail to be found or to get filtered
out prior to their intended expiration times. A new command line and
configuration option for document expiration delay is included,
defaulting to 1 hour. Data sources have also been updated, including
2023 census locations. WX weather zone definitions now include time
zones as well, in case they should become necessary in the future.
2.4 Release
-----------
This is planned to be the last release supporting Python 2; starting

View File

@@ -1,5 +1,5 @@
.TH weather 1 "2020\-08\-23" "2.4.1" \" -*- nroff -*-
\" Copyright (c) 2006-2020 Jeremy Stanley <fungi@yuggoth.org>.
.TH weather 1 "2024\-05\-11" "2.5.0" \" -*- nroff -*-
\" Copyright (c) 2006-2024 Jeremy Stanley <fungi@yuggoth.org>.
\" Permission to use, copy, modify, and distribute this software is
\" granted under terms provided in the LICENSE file distributed with
\" this software.

View File

@@ -6,7 +6,7 @@ weather_copyright = """\
# provided in the LICENSE file distributed with this software.
#"""
weather_version = "2.4.4"
weather_version = "2.5.0"
radian_to_km = 6372.795484
radian_to_mi = 3959.871528

View File

@@ -1,5 +1,5 @@
.TH weatherrc 5 "2020\-08\-23" "2.4.1" \" -*- nroff -*-
\" Copyright (c) 2006-2020 Jeremy Stanley <fungi@yuggoth.org>.
.TH weatherrc 5 "2024\-05\-11" "2.5.0" \" -*- nroff -*-
\" Copyright (c) 2006-2024 Jeremy Stanley <fungi@yuggoth.org>.
\" Permission to use, copy, modify, and distribute this software is
\" granted under terms provided in the LICENSE file distributed with
\" this software.