From 843589ef258105d40e5305c412e89d661da55732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20I=C3=B1iguez=20Goia?= Date: Fri, 1 Oct 2021 01:25:50 +0200 Subject: [PATCH] Bump GUI version to 1.4.1 --- ui/debian/changelog | 7 +++++++ ui/opensnitch-ui.spec | 4 ++-- ui/opensnitch/version.py | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ui/debian/changelog b/ui/debian/changelog index db5a01b9ed..e1d8c1a46f 100644 --- a/ui/debian/changelog +++ b/ui/debian/changelog @@ -1,3 +1,10 @@ +opensnitch-ui (1.4.1-1) unstable; urgency=medium + + * Fixed French translation. + * Fixed rules renaming/creating (#512). + + -- Gustavo IƱiguez Goia Thu, 30 Sep 2021 22:01:35 +0200 + opensnitch-ui (1.4.0-1) unstable; urgency=medium * Final release. diff --git a/ui/opensnitch-ui.spec b/ui/opensnitch-ui.spec index ceabf58cae..124588b50b 100644 --- a/ui/opensnitch-ui.spec +++ b/ui/opensnitch-ui.spec @@ -1,6 +1,6 @@ %define name opensnitch-ui -%define version 1.4.0 -%define unmangled_version 1.4.0 +%define version 1.4.1 +%define unmangled_version 1.4.1 %define release 1 %define __python python3 %define desktop_file opensnitch_ui.desktop diff --git a/ui/opensnitch/version.py b/ui/opensnitch/version.py index f5a0a88bb6..825ecca391 100644 --- a/ui/opensnitch/version.py +++ b/ui/opensnitch/version.py @@ -1 +1 @@ -version = '1.4.0' +version = '1.4.1'