From: Jeremy Stanley Date: Sat, 11 May 2024 01:38:22 +0000 (+0000) Subject: Prepare for 2.5.0 release X-Git-Tag: 2.5.0^0 X-Git-Url: https://www.yuggoth.org/gitweb?p=weather.git;a=commitdiff_plain;h=HEAD;ds=sidebyside Prepare for 2.5.0 release Update the version string in the project and manpages, add release notes. --- diff --git a/NEWS b/NEWS index 328c4a2..4d00ec0 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/weather.1 b/weather.1 index 95eb2e6..22812fb 100644 --- a/weather.1 +++ b/weather.1 @@ -1,5 +1,5 @@ -.TH weather 1 "2020\-08\-23" "2.4.1" \" -*- nroff -*- -\" Copyright (c) 2006-2020 Jeremy Stanley . +.TH weather 1 "2024\-05\-11" "2.5.0" \" -*- nroff -*- +\" Copyright (c) 2006-2024 Jeremy Stanley . \" Permission to use, copy, modify, and distribute this software is \" granted under terms provided in the LICENSE file distributed with \" this software. diff --git a/weather.py b/weather.py index 322e83d..781d619 100644 --- a/weather.py +++ b/weather.py @@ -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 diff --git a/weatherrc.5 b/weatherrc.5 index 9d2001d..8ad4455 100644 --- a/weatherrc.5 +++ b/weatherrc.5 @@ -1,5 +1,5 @@ -.TH weatherrc 5 "2020\-08\-23" "2.4.1" \" -*- nroff -*- -\" Copyright (c) 2006-2020 Jeremy Stanley . +.TH weatherrc 5 "2024\-05\-11" "2.5.0" \" -*- nroff -*- +\" Copyright (c) 2006-2024 Jeremy Stanley . \" Permission to use, copy, modify, and distribute this software is \" granted under terms provided in the LICENSE file distributed with \" this software.