Skip to content

Commit

Permalink
Bump version to 0.9.98
Browse files Browse the repository at this point in the history
Added

- 'no-case-compress'

Changed

- The master  isc_clauses.py and its huge test_clauses.py, that is now working
  • Loading branch information
egberts committed May 29, 2022
1 parent 3650341 commit db78924
Show file tree
Hide file tree
Showing 6 changed files with 450 additions and 77 deletions.
4 changes: 2 additions & 2 deletions bind9_parser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"""

__version__ = "0.9.11.1"
__versionTime__ = "27 May 2022 05:10 UTC"
__version__ = "0.9.98"
__versionTime__ = "29 May 2022 14:54 UTC"
__author__ = "Steve Egbert <egberts@yahoo.com>"

from bind9_parser.isc_acl import *
Expand Down
2 changes: 2 additions & 0 deletions bind9_parser/isc_domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@
soa_name_type = rr_fqdn_w_absolute # might be name_type
soa_rname = domain_generic_fqdn

server_name_type = dequotable_domain_generic_fqdn

# Bind9 convention
# domain_name = rr_fqdn_w_absolute
# domain_name.setName('domain_name')
Expand Down
1 change: 1 addition & 0 deletions bind9_parser/isc_optview.py
Original file line number Diff line number Diff line change
Expand Up @@ -1701,6 +1701,7 @@
^ optview_stmt_minimal_any
^ optview_stmt_minimal_responses
^ optview_stmt_new_zones_directory
^ optview_stmt_no_case_compress
^ optview_stmt_notify_rate
^ optview_stmt_nsec3_test_zone
^ optview_stmt_nta_lifetime
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.11.0'
bind9_parser_version = '0.9.98'

setup( # Distribution meta-data
name='bind9_parser',
Expand Down
Loading

0 comments on commit db78924

Please sign in to comment.