]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Bump version to 2.20.2 v2.20.2
authorshamoon <4887959+shamoon@users.noreply.github.com>
Fri, 12 Dec 2025 23:10:55 +0000 (15:10 -0800)
committershamoon <4887959+shamoon@users.noreply.github.com>
Fri, 12 Dec 2025 23:10:55 +0000 (15:10 -0800)
pyproject.toml
src-ui/package.json
src-ui/src/environments/environment.prod.ts
src/paperless/version.py
uv.lock

index 60dab9f478d1d6659483db54b9d704224951bbac..989d8196fb8c25ca816145ead6c12a9d4b6cc951 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "paperless-ngx"
-version = "2.20.1"
+version = "2.20.2"
 description = "A community-supported supercharged document management system: scan, index and archive all your physical documents"
 readme = "README.md"
 requires-python = ">=3.10"
index c0ff9dea64f17a727d81fea7fbc78e8200f83cf1..96dbed48af800c87a34100cbf48113eac726d171 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "paperless-ngx-ui",
-  "version": "2.20.0",
+  "version": "2.20.2",
   "scripts": {
     "preinstall": "npx only-allow pnpm",
     "ng": "ng",
index fa3ce233bf7133e1fc4e99aa73be352043c61f87..4449e4c1679f0854efb096534041974c36bec855 100644 (file)
@@ -6,7 +6,7 @@ export const environment = {
   apiVersion: '9', // match src/paperless/settings.py
   appTitle: 'Paperless-ngx',
   tag: 'prod',
-  version: '2.20.1',
+  version: '2.20.2',
   webSocketHost: window.location.host,
   webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
   webSocketBaseUrl: base_url.pathname + 'ws/',
index 2d0b1f4f68cccf3113d2982045173bc1ac227aef..0b00aa5e7416b82d07b7ac6f2b361e6f77d7cfb3 100644 (file)
@@ -1,6 +1,6 @@
 from typing import Final
 
-__version__: Final[tuple[int, int, int]] = (2, 20, 1)
+__version__: Final[tuple[int, int, int]] = (2, 20, 2)
 # 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 69d1f50bb0e371188c3b45760dfac986a2585687..97652ad17addee580471f55cb32d7788ff150124 100644 (file)
--- a/uv.lock
+++ b/uv.lock
@@ -2115,7 +2115,7 @@ wheels = [
 
 [[package]]
 name = "paperless-ngx"
-version = "2.20.1"
+version = "2.20.2"
 source = { virtual = "." }
 dependencies = [
     { name = "babel", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },