From 0cdbdb9587bccb39d0b8caf93932857af97d1b7a Mon Sep 17 00:00:00 2001 From: eric Date: Wed, 15 Dec 2021 16:13:49 -0500 Subject: [PATCH] version 0.7.2 --- debian/changelog | 2 +- picosnitch.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 68a72aa..42b7b63 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -picosnitch (0.7.1) unstable; urgency=low +picosnitch (0.7.2) unstable; urgency=low * create deb package, see releases on github for full changes diff --git a/picosnitch.py b/picosnitch.py index 6b42dee..5b7d126 100755 --- a/picosnitch.py +++ b/picosnitch.py @@ -56,7 +56,7 @@ import psutil # set constants and RLIMIT_NOFILE if configured -VERSION: typing.Final[str] = "0.7.1" +VERSION: typing.Final[str] = "0.7.2" PAGE_CNT: typing.Final[int] = 8 if sys.platform.startswith("linux") and os.getuid() == 0 and (os.getenv("SUDO_UID") or os.getenv("SUDO_USER")): if os.getenv("SUDO_USER"):