Make purchase date a private field as well

This commit is contained in:
2025-01-04 19:06:10 +01:00
parent 8557e2b778
commit 206b9aea57
5 changed files with 6 additions and 6 deletions

View File

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