]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Bumps version to 2.20.1 v2.20.1
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Mon, 1 Dec 2025 22:01:09 +0000 (14:01 -0800)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Mon, 1 Dec 2025 22:01:09 +0000 (14:01 -0800)
pyproject.toml
src-ui/src/environments/environment.prod.ts
src/paperless/version.py
uv.lock

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