From 951f9434a3624b9a9607d69f1f1ae06eab450255 Mon Sep 17 00:00:00 2001 From: eric Date: Fri, 18 Aug 2023 03:03:44 -0400 Subject: [PATCH] version 0.14.1 --- debian/changelog | 4 ++-- picosnitch.py | 2 +- rpm/picosnitch.spec | 6 +++--- snap/snapcraft.yaml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9bca494..5a40c7a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -picosnitch (0.14.0) unstable; urgency=low +picosnitch (0.14.1) unstable; urgency=low * see releases on github for changes - -- Eric Lesiuta Wed, 9 Aug 2023 00:00:00 +0000 + -- Eric Lesiuta Fri, 18 Aug 2023 00:00:00 +0000 diff --git a/picosnitch.py b/picosnitch.py index 916a94f..ed48f07 100755 --- a/picosnitch.py +++ b/picosnitch.py @@ -57,7 +57,7 @@ import psutil # picosnitch version and supported platform -VERSION: typing.Final[str] = "0.14.0" +VERSION: typing.Final[str] = "0.14.1" assert sys.version_info >= (3, 8), "Python version >= 3.8 is required" assert sys.platform.startswith("linux"), "Did not detect a supported operating system" diff --git a/rpm/picosnitch.spec b/rpm/picosnitch.spec index 9e3d7f2..8ea8d5e 100644 --- a/rpm/picosnitch.spec +++ b/rpm/picosnitch.spec @@ -1,6 +1,6 @@ Name: picosnitch -Version: 0.14.0 -Release: 2%{?dist} +Version: 0.14.1 +Release: 1%{?dist} License: GPL-3.0 Summary: Monitor network traffic per executable using BPF Url: https://github.com/elesiuta/picosnitch @@ -76,6 +76,6 @@ install -D -m 644 debian/picosnitch.service %{buildroot}%{_unitdir}/%{name}.serv %endif %changelog -* Wed Aug 9 2023 Eric Lesiuta - 0.14.0-2 +* Fri Aug 18 2023 Eric Lesiuta - 0.14.1-1 - see releases on github for changes diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index aca403f..c20c52c 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -6,7 +6,7 @@ description: | confinement: classic grade: stable base: core22 -version: '0.14.0' +version: '0.14.1' architectures: - build-on: amd64