This commit is contained in:
2024-06-05 07:10:16 +00:00
parent 9c8f1388ce
commit 7975776398
9 changed files with 121 additions and 25 deletions

View File

@@ -6,7 +6,7 @@ from .fields import ( # noqa: F401
)
from .secrets import Secrets # noqa: F401
__version__ = '1.2.1'
__version__ = '1.2.2'
__all__ = [
'AbstractField',