mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
Bump version to 2.15.2
This commit is contained in:
parent
2d6a4d108f
commit
6c2e06d40b
5 changed files with 6 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from typing import Final
|
||||
|
||||
__version__: Final[tuple[int, int, int]] = (2, 15, 1)
|
||||
__version__: Final[tuple[int, int, int]] = (2, 15, 2)
|
||||
# Version string like X.Y.Z
|
||||
__full_version_str__: Final[str] = ".".join(map(str, __version__))
|
||||
# Version string like X.Y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue