Skip to content

Commit

Permalink
chore: Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Aug 28, 2019
1 parent b42efd8 commit 9782434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ar.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
area_of_review, art_pen, authorization, authorization_action, contact, correction, enforcement, facility, inspection, mit, operating_status, violation, well
)

VERSION = '1.0.0'
VERSION = '1.1.0'


def get_rules(sde, rule=None):
Expand Down
2 changes: 1 addition & 1 deletion src/models/ruletypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ def __init__(self, name, rule_name, arcade):
self.tag = 'Constraint'

self.error_message = ' '
self.error_number = 100
self.error_number = 110

0 comments on commit 9782434

Please sign in to comment.