summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS14
-rw-r--r--meson.build2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8d36a3d5..57d3cd94 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+===============
+Version 3.29.90
+===============
+- Translation updates
+
+Housekeeping:
+- Fix improper notify_notification_close() usage
+
+Power:
+- Make power test more robust
+
+General:
+- Update test suite to python3
+
==============
Version 3.29.0
==============
diff --git a/meson.build b/meson.build
index b09ac307..c1303cef 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-settings-daemon', 'c',
- version: '3.29.0',
+ version: '3.29.90',
license: [ 'GPL2+', 'LGPLv2+' ],
meson_version: '>= 0.44.0'
)