Skip to content

Commit c22c202

Browse files
committed
Add 'publicidad' enum to TermsOfService class
1 parent 5ce80db commit c22c202

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

cuenca_validations/types/enums.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,7 @@ class TermsOfService(str, Enum):
646646
ifpe = 'ifpe'
647647
tarjetas_cuenca = 'tarjetas_cuenca'
648648
portal = 'portal'
649+
publicidad = 'publicidad'
649650

650651

651652
class FileExtension(str, Enum):

cuenca_validations/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.1.20'
1+
__version__ = '2.1.21'

0 commit comments

Comments
 (0)