Prepare for 2.5.0 release
Update the version string in the project and manpages, add release notes.
This commit is contained in:
14
NEWS
14
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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user