]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Bump version to 2.18.3 v2.18.3
authorshamoon <4887959+shamoon@users.noreply.github.com>
Mon, 1 Sep 2025 03:41:47 +0000 (20:41 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Mon, 1 Sep 2025 03:41:47 +0000 (20:41 -0700)
pyproject.toml
src-ui/package.json
src-ui/src/environments/environment.prod.ts
src/paperless/version.py
uv.lock

index a31b9731d13a3dd897c8294a216cb96fd4704a34..d1e7291936abe42ac94a51e200306fb39d28737a 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "paperless-ngx"
-version = "2.18.2"
+version = "2.18.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 4264d4fb6f196dd7545205e676f9643b8a23f647..2b3062f989815fc594483c75b3a0fced2e9ae221 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "paperless-ngx-ui",
-  "version": "2.18.2",
+  "version": "2.18.3",
   "scripts": {
     "preinstall": "npx only-allow pnpm",
     "ng": "ng",
index 004bc3b22a6dbaed39ca32e5f714ccc42f62eacf..d75870e0c54889d739edcf06afcb49f781b91446 100644 (file)
@@ -6,7 +6,7 @@ export const environment = {
   apiVersion: '9', // match src/paperless/settings.py
   appTitle: 'Paperless-ngx',
   tag: 'prod',
-  version: '2.18.2',
+  version: '2.18.3',
   webSocketHost: window.location.host,
   webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
   webSocketBaseUrl: base_url.pathname + 'ws/',
index 0c05d54c0f36e0f5eacd46fc47e52e27454dd7e5..93db798a0276e434134c300bcb2149159602cf21 100644 (file)
@@ -1,6 +1,6 @@
 from typing import Final
 
-__version__: Final[tuple[int, int, int]] = (2, 18, 2)
+__version__: Final[tuple[int, int, int]] = (2, 18, 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 3357a9c2139f99f8387d1a780716e3af1e41ba12..485fa48b887a88c7677e47e9ba2eed14231cd30e 100644 (file)
--- a/uv.lock
+++ b/uv.lock
@@ -2007,7 +2007,7 @@ wheels = [
 
 [[package]]
 name = "paperless-ngx"
-version = "2.18.2"
+version = "2.18.3"
 source = { virtual = "." }
 dependencies = [
     { name = "babel", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },