From: Jeremy Stanley <fungi@yuggoth.org>
Date: Wed, 5 Oct 2016 01:25:22 +0000 (+0000)
Subject: Update release notes and docs for 2.2 release
X-Git-Tag: 2.2
X-Git-Url: https://yuggoth.org/gitweb?a=commitdiff_plain;h=9375decba96f67dfd06efea8baa71a25bda0c2a3;p=weather.git

Update release notes and docs for 2.2 release
---

diff --git a/NEWS b/NEWS
index 3530a18..cb84b83 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,14 @@
 
 .. contents::
 
+2.2 Release
+-----------
+Fixed a bug where the setpath search order was effectively being
+reversed.
+
+Updated correlation data is included based on newer 2015 Census data and
+2016 NWS station and zone lists.
+
 2.1 Release
 -----------
 The old http://weather.noaa.gov/pub site was deprecated and as of August
diff --git a/weather.1 b/weather.1
index f55ab0d..bf94c84 100644
--- a/weather.1
+++ b/weather.1
@@ -1,4 +1,4 @@
-.TH weather 1 "2016\-09\-13" "2.1" \" -*- nroff -*-
+.TH weather 1 "2016\-10\-05" "2.2" \" -*- nroff -*-
 \" Copyright (c) 2006-2016 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
diff --git a/weather.py b/weather.py
index 7d07e91..a8ff613 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.1"
+weather_version = "2.2"
 
 radian_to_km = 6372.795484
 radian_to_mi = 3959.871528
diff --git a/weatherrc.5 b/weatherrc.5
index 01d178e..1481604 100644
--- a/weatherrc.5
+++ b/weatherrc.5
@@ -1,4 +1,4 @@
-.TH weatherrc 5 "2016\-09\-13" "2.1" \" -*- nroff -*-
+.TH weatherrc 5 "2016\-10\-05" "2.2" \" -*- nroff -*-
 \" Copyright (c) 2006-2016 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