Fix get_data method signatore in portal views.py

This commit is contained in:
2024-11-04 15:06:55 +01:00
parent 1c07c6a7a9
commit 54254bda7d
2 changed files with 5 additions and 5 deletions

View File

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