From 038e2d65a3127fe75c91de21ff3302b631b7edf4 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Sun, 30 Aug 2020 18:08:25 +0000 Subject: [PATCH] Prepare for 2.4.1 release Update the version string in the project and manpages. --- weather.1 | 2 +- weather.py | 2 +- weatherrc.5 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/weather.1 b/weather.1 index 5768b51..60e7133 100644 --- a/weather.1 +++ b/weather.1 @@ -1,4 +1,4 @@ -.TH weather 1 "2020\-06\-21" "2.4" \" -*- nroff -*- +.TH weather 1 "2020\-08\-23" "2.4.1" \" -*- nroff -*- \" Copyright (c) 2006-2020 Jeremy Stanley . \" Permission to use, copy, modify, and distribute this software is \" granted under terms provided in the LICENSE file distributed with diff --git a/weather.py b/weather.py index b0c5855..8eed25e 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" +weather_version = "2.4.1" radian_to_km = 6372.795484 radian_to_mi = 3959.871528 diff --git a/weatherrc.5 b/weatherrc.5 index 7e254cc..179c109 100644 --- a/weatherrc.5 +++ b/weatherrc.5 @@ -1,4 +1,4 @@ -.TH weatherrc 5 "2020\-06\-21" "2.4" \" -*- nroff -*- +.TH weatherrc 5 "2020\-08\-23" "2.4.1" \" -*- nroff -*- \" Copyright (c) 2006-2020 Jeremy Stanley . \" Permission to use, copy, modify, and distribute this software is \" granted under terms provided in the LICENSE file distributed with -- 2.11.0