summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-02-22 17:37:07 +0100
committerBastien Nocera <hadess@hadess.net>2019-02-22 17:37:07 +0100
commit9582514282c6e7729024625a6db6eb24a3c3977f (patch)
tree9ab7af785ed89378770ba276fea90b9f72f2e375
parentef20b3c2bf94c45875402e72600e2ab4fdcea7ca (diff)
downloadlibgweather-3.31.91.tar.gz
3.31.913.31.91
-rw-r--r--NEWS11
-rw-r--r--meson.build2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e66e31a..6bb20b9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+===============
+Version 3.31.91
+===============
+
+This version of the library contains all the bug fixes already present
+in version 3.28.3, but also:
+* Disconnect cities from weather stations and remove duplicated
+ weather stations
+* Remove <province> sub-division
+* Location database updates
+
==============
Version 3.28.0
==============
diff --git a/meson.build b/meson.build
index 5dd9cb7..5e3c4c7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libgweather', 'c',
- version: '3.28.0',
+ version: '3.31.91',
meson_version: '>= 0.43.0',
)