Skip to content

Commit

Permalink
Incorporate push #54, closes #53.
Browse files Browse the repository at this point in the history
  • Loading branch information
egberts committed Dec 15, 2022
1 parent c43210d commit dd9fe1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bind9_parser/isc_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit dd9fe1a

Please sign in to comment.