summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-03-20 16:05:16 +0100
committerBastien Nocera <hadess@hadess.net>2019-03-20 16:05:16 +0100
commit912ed3121d0b2df6ff646d4c1951983d7d3a08d3 (patch)
tree1f63622744e4e2ec62575c3aa7f6f7190399e215
parentb604b748ddc0adb270b8484b38988e64fcce020d (diff)
downloadlibgweather-912ed3121d0b2df6ff646d4c1951983d7d3a08d3.tar.gz
3.32.13.32.1
-rw-r--r--NEWS9
-rw-r--r--meson.build2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bfc19a1..41debf8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,13 @@
==============
+Version 3.32.1
+==============
+
+* Fix location deserialisation not working for locations
+ without a weather station code (eg. cities)
+* Make more debug available for weather fetching
+* Translation updates
+
+==============
Version 3.32.0
==============
diff --git a/meson.build b/meson.build
index 5c3288b..54a5063 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libgweather', 'c',
- version: '3.32.0',
+ version: '3.32.1',
meson_version: '>= 0.48.0',
)