diff --git a/VERSION b/VERSION index 29a3349c..4c3a89ed 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.16.5-develop22 +1.16.5-develop23 diff --git a/modules/util.py b/modules/util.py index 00a3d680..ae07f218 100644 --- a/modules/util.py +++ b/modules/util.py @@ -56,7 +56,7 @@ days_alias = { } mod_displays = { "": "is", ".not": "is not", ".is": "is", ".isnot": "is not", ".begins": "begins with", ".ends": "ends with", ".before": "is before", ".after": "is after", - ".gt": "is greater than", ".gte": "is greater than or equal", ".lt": "is less than", ".lte": "is less than or equal" + ".gt": "is greater than", ".gte": "is greater than or equal", ".lt": "is less than", ".lte": "is less than or equal", ".regex": "is" } pretty_days = {0: "Monday", 1: "Tuesday", 2: "Wednesday", 3: "Thursday", 4: "Friday", 5: "Saturday", 6: "Sunday"} pretty_months = {