From 35746251fdb0a8c09b52fef2385cb8e22fb647d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 11 Dec 2019 18:59:03 +0100 Subject: [PATCH] Bump version to 3.35.2 Update NEWS. --- NEWS | 10 ++++++++++ meson.build | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1b59b178..e087de3c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +3.35.2 +====== +* Adjust to gnome-shell changes [Marco, Florian; !89, !95, !96] +* window-list, workspace-indicator: Exclude DESKTOP windows from previews + [Florian; !93] +* screenshot-window-sizer: Fix cycling through all valid sizes [Willy; !97] + +Contributors: + Marco Trevisan (Treviño), Florian Müllner, Willy Stadnick + 3.34.1 ====== * Adjust to gnome-settings-daemon plugin removals [Xiaoguang; !94] diff --git a/meson.build b/meson.build index 83175433..a2fc9c8e 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '3.34.1', + version: '3.35.2', meson_version: '>= 0.44.0', license: 'GPL2+' )