This commit is contained in:
Thomas Leichtfuß
2021-07-16 12:30:30 +02:00
parent f22b1414f7
commit f59e6ee296
+2 -2
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
)
)