Skip to content

Commit

Permalink
version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elesiuta committed Feb 19, 2023
1 parent 7e146e6 commit 6162b54
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
picosnitch (0.11.7) unstable; urgency=low
picosnitch (0.12.0) unstable; urgency=low

* create deb package, see releases on github for full changes
* see releases on github for changes

-- Eric Lesiuta <[email protected]> Sat, 12 Dec 2021 00:00:00 +0000
-- Eric Lesiuta <[email protected]> Sun, 19 Feb 2023 00:00:00 +0000
2 changes: 1 addition & 1 deletion picosnitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
import psutil

# picosnitch version and supported platform
VERSION: typing.Final[str] = "0.11.7"
VERSION: typing.Final[str] = "0.12.0"
assert sys.version_info >= (3, 8), "Python version >= 3.8 is required"
assert sys.platform.startswith("linux"), "Did not detect a supported operating system"

Expand Down
4 changes: 2 additions & 2 deletions rpm/picosnitch.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: picosnitch
Version: 0.11.7
Version: 0.12.0
Release: 1%{?dist}
License: GPL-3.0
Summary: Monitor network traffic per executable using BPF
Expand Down Expand Up @@ -69,6 +69,6 @@ install -D -m 644 debian/picosnitch.service %{buildroot}%{_unitdir}/%{name}.serv
%endif

%changelog
* Fri Jan 27 2023 Eric Lesiuta <[email protected]> - 0.11.7-1
* Sun Feb 19 2023 Eric Lesiuta <[email protected]> - 0.12.0-1
- see releases on github for changes

0 comments on commit 6162b54

Please sign in to comment.