]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Bump version to 2.19.4 v2.19.4
authorshamoon <4887959+shamoon@users.noreply.github.com>
Tue, 4 Nov 2025 00:02:09 +0000 (16:02 -0800)
committershamoon <4887959+shamoon@users.noreply.github.com>
Tue, 4 Nov 2025 00:02:09 +0000 (16:02 -0800)
pyproject.toml
src-ui/package.json
src-ui/src/environments/environment.prod.ts
src/paperless/version.py
uv.lock

index 6be06907c721ccd6c00ebcef6f60b13127683922..2b7685ac6e5a6a3fd16e86a6d9992c46c4ace3bb 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "paperless-ngx"
-version = "2.19.3"
+version = "2.19.4"
 description = "A community-supported supercharged document management system: scan, index and archive all your physical documents"
 readme = "README.md"
 requires-python = ">=3.10"
index 2589a048c8ea5ca1adedc34623b35d63026ca53e..e49d4289b63b63562d47a0ea17b59d9d8a9673a2 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "paperless-ngx-ui",
-  "version": "2.19.3",
+  "version": "2.19.4",
   "scripts": {
     "preinstall": "npx only-allow pnpm",
     "ng": "ng",
index 251fe1899c5ad6e3d07805a23b138b0681d175b5..923e6be38c2a376f4ece654e18f8a9b945de0d2b 100644 (file)
@@ -6,7 +6,7 @@ export const environment = {
   apiVersion: '9', // match src/paperless/settings.py
   appTitle: 'Paperless-ngx',
   tag: 'prod',
-  version: '2.19.3',
+  version: '2.19.4',
   webSocketHost: window.location.host,
   webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
   webSocketBaseUrl: base_url.pathname + 'ws/',
index e522208a2b0aaa9c99f46510900536cd9c3f4d8b..cf87791f605e70aadabc5f92a0f6330bf216ead9 100644 (file)
@@ -1,6 +1,6 @@
 from typing import Final
 
-__version__: Final[tuple[int, int, int]] = (2, 19, 3)
+__version__: Final[tuple[int, int, int]] = (2, 19, 4)
 # Version string like X.Y.Z
 __full_version_str__: Final[str] = ".".join(map(str, __version__))
 # Version string like X.Y
diff --git a/uv.lock b/uv.lock
index 84ff2e5a1a8fd724c7d78d15aab8d01ad10bffad..2157b31aa072df079c9a5070947f02a15ec308c3 100644 (file)
--- a/uv.lock
+++ b/uv.lock
@@ -2115,7 +2115,7 @@ wheels = [
 
 [[package]]
 name = "paperless-ngx"
-version = "2.19.3"
+version = "2.19.4"
 source = { virtual = "." }
 dependencies = [
     { name = "babel", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },