summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-03-09 11:49:55 +0100
committerBastien Nocera <hadess@hadess.net>2019-03-09 11:49:55 +0100
commitc89ef0f64cb12ac615c393ad8a53f9469a8e7a0f (patch)
tree88e4db2c757abf5b6bd4072f1a55b75f535a0a7d
parentad1c6d9bbe77ae823e6abf5a1020420f05474128 (diff)
downloadlibgweather-c89ef0f64cb12ac615c393ad8a53f9469a8e7a0f.tar.gz
3.32.03.32.0
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6bb20b9..bfc19a1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+==============
+Version 3.32.0
+==============
+
+* Fix a warning when the location text entry is used
+* Remove closed Bristol Filton weather station
+* Translation updates
+
===============
Version 3.31.91
===============
diff --git a/meson.build b/meson.build
index 5e3c4c7..eb27da4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libgweather', 'c',
- version: '3.31.91',
+ version: '3.32.0',
meson_version: '>= 0.43.0',
)