Prepare for 2.5.0 release master 2.5.0
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 11 May 2024 01:38:22 +0000 (01:38 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 11 May 2024 02:43:57 +0000 (02:43 +0000)
Update the version string in the project and manpages, add release
notes.

NEWS
weather.1
weather.py
weatherrc.5

diff --git a/NEWS b/NEWS
index 328c4a2..4d00ec0 100644 (file)
--- 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
index 95eb2e6..22812fb 100644 (file)
--- 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 <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.
index 322e83d..781d619 100644 (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
index 9d2001d..8ad4455 100644 (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.