summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',
)