Skip to content

Commit

Permalink
Add LWC 3.10 definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry authored Oct 17, 2024
1 parent 0c2047c commit b964ab9
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 @@ -23,6 +23,7 @@ class LwcVersions(Enum):
Lizmap_3_7 = '3.7'
Lizmap_3_8 = '3.8'
Lizmap_3_9 = '3.9'
Lizmap_3_10 = '3.10'

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

0 comments on commit b964ab9

Please sign in to comment.