mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-20 13:36:45 +01:00
Bump version to 2.19.5
This commit is contained in:
parent
3fda648f37
commit
cac48c9855
5 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from typing import Final
|
||||
|
||||
__version__: Final[tuple[int, int, int]] = (2, 19, 4)
|
||||
__version__: Final[tuple[int, int, int]] = (2, 19, 5)
|
||||
# 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