Skip to content

Commit

Permalink
Add LWC 3.9 in definitions.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Jun 6, 2024
1 parent f875456 commit ac70a09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lizmap/definitions/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class LwcVersions(Enum):
Lizmap_3_6 = '3.6'
Lizmap_3_7 = '3.7'
Lizmap_3_8 = '3.8'
Lizmap_3_9 = '3.9'

def __lt__(self, other):
if self.__class__ is other.__class__:
Expand Down

0 comments on commit ac70a09

Please sign in to comment.