Fix filtered pagination

This commit is contained in:
2022-07-18 22:48:04 +02:00
parent 503a214a4d
commit ad33731913
5 changed files with 8 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
from ram.utils import git_suffix
__version__ = "0.0.7"
__version__ = "0.0.8"
__version__ += git_suffix(__file__)