Fix bookshelf default sorting

This commit is contained in:
2023-10-09 23:05:32 +02:00
parent 424b17ae58
commit 764240d67a
3 changed files with 27 additions and 1 deletions

View File

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