From 5a88dbce7f20eb4cbf81d6a64ac35fc4bfbd63f2 Mon Sep 17 00:00:00 2001 From: Sergei Kliuikov Date: Mon, 12 Aug 2024 19:22:47 -0700 Subject: [PATCH] Release 5.10.1 ### Changelog: * Feature(backend): Add support for ``x-display-list`` for serializers. * Feature(frontend): Allow to use `parent_fk` on actions. * Feature(frontend): Allow to use data from parent views to set initial values of fields. * Fix(backend): Raise ```ImproperlyConfigured``` on invalid arguments in fields. --- vstutils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vstutils/__init__.py b/vstutils/__init__.py index 1c89fa1f..1c869072 100644 --- a/vstutils/__init__.py +++ b/vstutils/__init__.py @@ -1,2 +1,2 @@ # pylint: disable=django-not-available -__version__: str = '5.10.0' +__version__: str = '5.10.1'