]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Bump version to 2.16.3 v2.16.3
authorshamoon <4887959+shamoon@users.noreply.github.com>
Thu, 5 Jun 2025 20:26:20 +0000 (13:26 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Thu, 5 Jun 2025 20:26:20 +0000 (13:26 -0700)
pyproject.toml
src-ui/package.json
src-ui/src/environments/environment.prod.ts
src/paperless/version.py
uv.lock

index 148d4a7ceee76a054b51e62d433e7cbbe334d1a1..4e0d5edb2fd977074c207e14f6dda9eae8da7c18 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "paperless-ngx"
-version = "2.16.2"
+version = "2.16.3"
 description = "A community-supported supercharged version of paperless: scan, index and archive all your physical documents"
 readme = "README.md"
 requires-python = ">=3.10"
index a3cbf8ec919501d93e44be9deeb073a3f716ab37..2376b41429c3e31f75c028831df2c8889c85d639 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "paperless-ngx-ui",
-  "version": "2.16.2",
+  "version": "2.16.3",
   "scripts": {
     "preinstall": "npx only-allow pnpm",
     "ng": "ng",
index 209cbfbfb0eebf2bd027ceb2ae265b764b80f0b8..050e6a9072753bdba22bef5d02d1b785c66a6275 100644 (file)
@@ -5,7 +5,7 @@ export const environment = {
   apiBaseUrl: document.baseURI + 'api/',
   apiVersion: '9', // match src/paperless/settings.py
   appTitle: 'Paperless-ngx',
-  version: '2.16.2',
+  version: '2.16.3',
   webSocketHost: window.location.host,
   webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
   webSocketBaseUrl: base_url.pathname + 'ws/',
index da0d12d5a016894653a66ffe2d04bcbe3112b35a..2c2bebdba4415c02ec89b749590518d801464fd1 100644 (file)
@@ -1,6 +1,6 @@
 from typing import Final
 
-__version__: Final[tuple[int, int, int]] = (2, 16, 2)
+__version__: Final[tuple[int, int, int]] = (2, 16, 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 424200abf3b5e83095ae46630838130af3d5d5d1..a43334679080460dbc9a6aa22823e3c9cbb8636e 100644 (file)
--- a/uv.lock
+++ b/uv.lock
@@ -1880,7 +1880,7 @@ wheels = [
 
 [[package]]
 name = "paperless-ngx"
-version = "2.16.2"
+version = "2.16.3"
 source = { virtual = "." }
 dependencies = [
     { name = "bleach", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },