mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-05 22:35:04 +01:00
Bumps version to 2.20.1
This commit is contained in:
parent
8c5b5cd77b
commit
6f3451bce0
4 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "paperless-ngx"
|
||||
version = "2.20.0"
|
||||
version = "2.20.1"
|
||||
description = "A community-supported supercharged document management system: scan, index and archive all your physical documents"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ export const environment = {
|
|||
apiVersion: '9', // match src/paperless/settings.py
|
||||
appTitle: 'Paperless-ngx',
|
||||
tag: 'prod',
|
||||
version: '2.20.0',
|
||||
version: '2.20.1',
|
||||
webSocketHost: window.location.host,
|
||||
webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
|
||||
webSocketBaseUrl: base_url.pathname + 'ws/',
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
from typing import Final
|
||||
|
||||
__version__: Final[tuple[int, int, int]] = (2, 20, 0)
|
||||
__version__: Final[tuple[int, int, int]] = (2, 20, 1)
|
||||
# Version string like X.Y.Z
|
||||
__full_version_str__: Final[str] = ".".join(map(str, __version__))
|
||||
# Version string like X.Y
|
||||
|
|
|
|||
2
uv.lock
generated
2
uv.lock
generated
|
|
@ -2115,7 +2115,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "paperless-ngx"
|
||||
version = "2.20.0"
|
||||
version = "2.20.1"
|
||||
source = { virtual = "." }
|
||||
dependencies = [
|
||||
{ name = "babel", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue