]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Bump version to 2.20.3 v2.20.3
authorshamoon <4887959+shamoon@users.noreply.github.com>
Thu, 18 Dec 2025 15:29:56 +0000 (07:29 -0800)
committershamoon <4887959+shamoon@users.noreply.github.com>
Thu, 18 Dec 2025 15:29:56 +0000 (07:29 -0800)
pyproject.toml
src-ui/package.json
src-ui/src/environments/environment.prod.ts
src/paperless/version.py
uv.lock

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