[project]
name = "paperless-ngx"
-version = "2.16.1"
+version = "2.16.2"
description = "A community-supported supercharged version of paperless: scan, index and archive all your physical documents"
readme = "README.md"
requires-python = ">=3.10"
{
"name": "paperless-ngx-ui",
- "version": "2.16.1",
+ "version": "2.16.2",
"scripts": {
"preinstall": "npx only-allow pnpm",
"ng": "ng",
apiBaseUrl: document.baseURI + 'api/',
apiVersion: '9', // match src/paperless/settings.py
appTitle: 'Paperless-ngx',
- version: '2.16.1',
+ version: '2.16.2',
webSocketHost: window.location.host,
webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
webSocketBaseUrl: base_url.pathname + 'ws/',
from typing import Final
-__version__: Final[tuple[int, int, int]] = (2, 16, 1)
+__version__: Final[tuple[int, int, int]] = (2, 16, 2)
# Version string like X.Y.Z
__full_version_str__: Final[str] = ".".join(map(str, __version__))
# Version string like X.Y
[[package]]
name = "paperless-ngx"
-version = "2.16.1"
+version = "2.16.2"
source = { virtual = "." }
dependencies = [
{ name = "bleach", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },