From b392ae5d018deaf4664105c49a8f2db5e23de10f Mon Sep 17 00:00:00 2001 From: Danny Burrow Date: Wed, 8 Apr 2026 13:44:50 +0100 Subject: [PATCH] chore: bump version to 0.15.0 --- hubble_audit2policy.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hubble_audit2policy.py b/hubble_audit2policy.py index a3a9919..2e2af6d 100755 --- a/hubble_audit2policy.py +++ b/hubble_audit2policy.py @@ -8,7 +8,7 @@ from __future__ import annotations -__version__ = "0.14.2" +__version__ = "0.15.0" __author__ = "noexecstack" __license__ = "Apache-2.0" diff --git a/pyproject.toml b/pyproject.toml index 4fef55b..751ac0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "hubble-audit2policy" -version = "0.14.2" +version = "0.15.0" description = "Generate least-privilege CiliumNetworkPolicy YAML from Hubble flow logs." readme = "README.md" license = "Apache-2.0"