diff --git a/src/ar.py b/src/ar.py index 9aec42b..bd7be3f 100644 --- a/src/ar.py +++ b/src/ar.py @@ -31,7 +31,7 @@ area_of_review, art_pen, authorization, authorization_action, contact, correction, enforcement, facility, inspection, mit, operating_status, violation, well ) -VERSION = '1.1.0' +VERSION = '1.1.1' def get_rules(sde, rule=None): diff --git a/src/models/ruletypes.py b/src/models/ruletypes.py index 6f0cbb9..f4f8887 100644 --- a/src/models/ruletypes.py +++ b/src/models/ruletypes.py @@ -69,4 +69,4 @@ def __init__(self, name, rule_name, arcade): self.tag = 'Constraint' self.error_message = ' ' - self.error_number = 110 + self.error_number = 111