django-5.0
Thomas Leichtfuß 2021-07-16 12:30:30 +02:00
parent f22b1414f7
commit f59e6ee296
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
VERSION = (1, 1)
VERSION = (1, 2)
__version__ = ".".join(map(str, VERSION))
@ -6,4 +6,4 @@ from .filters import (
MultiSelectFilter, MultiSelectRelatedFilter, MultiSelectDropdownFilter,
MultiSelectRelatedDropdownFilter, DropdownFilter, ChoicesDropdownFilter,
RelatedDropdownFilter, BooleanAnnotationFilter
)
)