We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b445784 commit a4c2bcdCopy full SHA for a4c2bcd
pfsense_redactor/__init__.py
@@ -15,5 +15,5 @@
15
16
from .redactor import PfSenseRedactor, main, parse_allowlist_file
17
18
-__version__ = "1.0.5"
+__version__ = "1.0.6"
19
__all__ = ["PfSenseRedactor", "main", "parse_allowlist_file"]
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "pfsense-redactor"
7
-version = "1.0.5"
+version = "1.0.6"
8
description = "Safely removes sensitive information from pfSense config.xml exports"
9
readme = "README.md"
10
authors = [
0 commit comments