]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Bump version to 2.20.0 v2.20.0
authorshamoon <4887959+shamoon@users.noreply.github.com>
Sat, 22 Nov 2025 21:18:06 +0000 (13:18 -0800)
committershamoon <4887959+shamoon@users.noreply.github.com>
Sat, 22 Nov 2025 21:18:06 +0000 (13:18 -0800)
pyproject.toml
src-ui/package.json
src-ui/src/environments/environment.prod.ts
src/paperless/version.py
uv.lock

index e90da697dac78d694280e6671a39b6cb9a398df3..f4d279f692a27227ed2adf5cab3b95a9d6debfe8 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "paperless-ngx"
-version = "2.19.6"
+version = "2.20.0"
 description = "A community-supported supercharged document management system: scan, index and archive all your physical documents"
 readme = "README.md"
 requires-python = ">=3.10"
index b648218554f3acdcec82ee1d1110221ff43dc282..345c06dd5402dd2614bfa2c3d7b7a65863fa8f48 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "paperless-ngx-ui",
-  "version": "2.19.6",
+  "version": "2.20.0",
   "scripts": {
     "preinstall": "npx only-allow pnpm",
     "ng": "ng",
index b81beb1c502ad9a2c37403ca5719bf20a1d55f56..cb3985a5efd60205a8925b6398c7c7a1f3aeb8c7 100644 (file)
@@ -6,7 +6,7 @@ export const environment = {
   apiVersion: '9', // match src/paperless/settings.py
   appTitle: 'Paperless-ngx',
   tag: 'prod',
-  version: '2.19.6',
+  version: '2.20.0',
   webSocketHost: window.location.host,
   webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
   webSocketBaseUrl: base_url.pathname + 'ws/',
index 5657b929a7376bd889de0656dae4adcd651ca6cd..cc995b1b0480fcc973b14667c95d5075c7a8a000 100644 (file)
@@ -1,6 +1,6 @@
 from typing import Final
 
-__version__: Final[tuple[int, int, int]] = (2, 19, 6)
+__version__: Final[tuple[int, int, int]] = (2, 20, 0)
 # 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 9734787ce7e4d6641fce7dfd4cdbb02024d7a0a4..0dcf26fde6b442cf8a1fe1e4ce79471a40bc52b6 100644 (file)
--- a/uv.lock
+++ b/uv.lock
@@ -2115,7 +2115,7 @@ wheels = [
 
 [[package]]
 name = "paperless-ngx"
-version = "2.19.6"
+version = "2.20.0"
 source = { virtual = "." }
 dependencies = [
     { name = "babel", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },