diff --git a/debian/changelog b/debian/changelog index e1d9b49..77504ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -picosnitch (0.13.1) unstable; urgency=low +picosnitch (0.13.2) unstable; urgency=low * see releases on github for changes - -- Eric Lesiuta Wed, 19 Jul 2023 00:00:00 +0000 + -- Eric Lesiuta Tue, 25 Jul 2023 00:00:00 +0000 diff --git a/picosnitch.py b/picosnitch.py index d5b9fa5..b2b0aef 100755 --- a/picosnitch.py +++ b/picosnitch.py @@ -57,7 +57,7 @@ import psutil # picosnitch version and supported platform -VERSION: typing.Final[str] = "0.13.1" +VERSION: typing.Final[str] = "0.13.2" 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 5474f0d..341d9ee 100644 --- a/rpm/picosnitch.spec +++ b/rpm/picosnitch.spec @@ -1,5 +1,5 @@ Name: picosnitch -Version: 0.13.1 +Version: 0.13.2 Release: 1%{?dist} License: GPL-3.0 Summary: Monitor network traffic per executable using BPF @@ -71,6 +71,6 @@ install -D -m 644 debian/picosnitch.service %{buildroot}%{_unitdir}/%{name}.serv %endif %changelog -* Wed Jul 19 2023 Eric Lesiuta - 0.13.1-1 +* Tue Jul 25 2023 Eric Lesiuta - 0.13.2-1 - see releases on github for changes diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index dcbde87..7cadc1b 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -6,7 +6,7 @@ description: | confinement: strict grade: stable base: core22 -version: '0.13.1' +version: '0.13.2' architectures: - build-on: amd64