Fix an ordering issue on items in a set query

This commit is contained in:
2024-04-21 09:56:10 +02:00
parent e4ad98fa38
commit aa02404dfe
2 changed files with 2 additions and 2 deletions

View File

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