Allow books with no authors

This commit is contained in:
2024-11-26 23:22:37 +01:00
parent 32785f321a
commit 41d9338459
3 changed files with 20 additions and 2 deletions

View File

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