summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2020-03-09 11:15:49 +0100
committerBastien Nocera <hadess@hadess.net>2020-03-09 11:15:49 +0100
commit89b2cc13d258f97405c61d1ec2e2930ef7dc1b23 (patch)
tree53678bc09bdc195e2704ba752a70576c0aa6dc17
parent54bc9a6c31a395b96bd8fc93518088c96d628075 (diff)
downloadlibgweather-89b2cc13d258f97405c61d1ec2e2930ef7dc1b23.tar.gz
3.36.03.36.0
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 601a11c..b39c790 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
==============
+Version 3.36.0
+==============
+
+This version contains translation updates, addition of a number of cities
+and airports, some memory leak and possible crash fixes. The
+gweather_location_get_english_name() function is also exported.
+
+==============
Version 3.34.0
==============
diff --git a/meson.build b/meson.build
index 98724ea..c00b999 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libgweather', 'c',
- version: '3.34.0',
+ version: '3.36.0',
meson_version: '>= 0.50.0',
)