From dd9fe1acdeb74029fa966b15287ba22062de342c Mon Sep 17 00:00:00 2001 From: egberts <> Date: Thu, 15 Dec 2022 13:30:32 -0500 Subject: [PATCH] Incorporate push #54, closes #53. --- bind9_parser/isc_utils.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bind9_parser/isc_utils.py b/bind9_parser/isc_utils.py index 3fd1ea6..111af25 100755 --- a/bind9_parser/isc_utils.py +++ b/bind9_parser/isc_utils.py @@ -267,7 +267,7 @@ g_expose_secrets = False -charset_tls_id_base = alphanums + '_-' +charset_tls_id_base = alphanums + '_-.' charset_tls_id_dquotable = charset_tls_id_base + "'" charset_tls_id_squotable = charset_tls_id_base + '"' tls_id_base = Word(charset_tls_id_base, max=62) diff --git a/setup.py b/setup.py index 7dcad41..97b3d35 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ 'bind9_parser', ] -bind9_parser_version = '0.9.99.0' +bind9_parser_version = '0.99.1' setup( # Distribution meta-data name='bind9_parser',