]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Bump version to 2.20.7
authorshamoon <4887959+shamoon@users.noreply.github.com>
Mon, 16 Feb 2026 15:26:59 +0000 (07:26 -0800)
committershamoon <4887959+shamoon@users.noreply.github.com>
Mon, 16 Feb 2026 15:26:59 +0000 (07:26 -0800)
pyproject.toml
src-ui/package.json
src-ui/src/environments/environment.prod.ts
src/paperless/version.py
uv.lock

index e91ff02832915dfad3c6c48dd5560c9a1dd815e2..5fffad81c9509f4966ce1e9f07d54c4e4133afa1 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "paperless-ngx"
-version = "2.20.6"
+version = "2.20.7"
 description = "A community-supported supercharged document management system: scan, index and archive all your physical documents"
 readme = "README.md"
 requires-python = ">=3.10"
index dbd26cb8c245b2b4886ad6d5d3b26b454c536742..aa1a0e71c412d13c1835836549a8adcd5a92d67e 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "paperless-ngx-ui",
-  "version": "2.20.6",
+  "version": "2.20.7",
   "scripts": {
     "preinstall": "npx only-allow pnpm",
     "ng": "ng",
index 3ce1d16cceda6435d9dc4b7c7f167bbeffd34841..819bbed0c1cf2380359c40da3482f7ff42625566 100644 (file)
@@ -6,7 +6,7 @@ export const environment = {
   apiVersion: '9', // match src/paperless/settings.py
   appTitle: 'Paperless-ngx',
   tag: 'prod',
-  version: '2.20.6',
+  version: '2.20.7',
   webSocketHost: window.location.host,
   webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
   webSocketBaseUrl: base_url.pathname + 'ws/',
index ec6eaed08863eff80c204cacf5944777f2516f45..7515698ada273e9be4432a718926be3a7e0298c4 100644 (file)
@@ -1,6 +1,6 @@
 from typing import Final
 
-__version__: Final[tuple[int, int, int]] = (2, 20, 6)
+__version__: Final[tuple[int, int, int]] = (2, 20, 7)
 # 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 e287d13bcdab9ca0f480a732d07060fda35b2722..f595c3dac080b10f2a2deca9722910a7a45175a2 100644 (file)
--- a/uv.lock
+++ b/uv.lock
@@ -1991,7 +1991,7 @@ wheels = [
 
 [[package]]
 name = "paperless-ngx"
-version = "2.20.6"
+version = "2.20.7"
 source = { virtual = "." }
 dependencies = [
     { name = "babel", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },