mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 07:15:07 +01:00
Bump version to 2.8.2
This commit is contained in:
parent
f8057ed4f1
commit
47ce797ee9
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from typing import Final
|
||||
|
||||
__version__: Final[tuple[int, int, int]] = (2, 8, 1)
|
||||
__version__: Final[tuple[int, int, int]] = (2, 8, 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