Add group parameter feature

This commit is contained in:
Vincent Maillol
2021-09-26 19:08:39 +02:00
parent 4a49d3b53d
commit 799080bbd0
11 changed files with 472 additions and 34 deletions

View File

@@ -1,5 +1,5 @@
from .view import PydanticView
__version__ = "1.11.0"
__version__ = "1.12.0"
__all__ = ("PydanticView", "__version__")