summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2020-06-19 16:48:06 +0200
committerBastien Nocera <hadess@hadess.net>2020-06-19 16:48:06 +0200
commit687c63f68b0a3561731889c14fb28ac5c52d5be0 (patch)
tree9c3e9783d6deb719b562fb4ebcf34c85ac123dec
parent94a662f383f6495ddb5f847b3a8a9a78110149f9 (diff)
downloadlibgweather-687c63f68b0a3561731889c14fb28ac5c52d5be0.tar.gz
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b39c790..8a6cad7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
==============
+Version 3.36.1
+==============
+
+This version works around the unavailability of the NOAA weather services
+by using very short-term forecasts as current weather conditions.
+
+==============
Version 3.36.0
==============
diff --git a/meson.build b/meson.build
index c00b999..b87bdd8 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libgweather', 'c',
- version: '3.36.0',
+ version: '3.36.1',
meson_version: '>= 0.50.0',
)