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