]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Bump version to 2.16.2 v2.16.2
authorshamoon <4887959+shamoon@users.noreply.github.com>
Sat, 24 May 2025 17:54:17 +0000 (10:54 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Sat, 24 May 2025 17:54:17 +0000 (10:54 -0700)
pyproject.toml
src-ui/package.json
src-ui/src/environments/environment.prod.ts
src/paperless/version.py
uv.lock

index 452c17bc34ea80e339865a86d40dd969f9cfc101..c9bd7b7d1a1c8ada9de05607eb6cf3fa461473c4 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "paperless-ngx"
-version = "2.16.1"
+version = "2.16.2"
 description = "A community-supported supercharged version of paperless: scan, index and archive all your physical documents"
 readme = "README.md"
 requires-python = ">=3.10"
index fd451d607d00e20204365dc416bedf07d7c428f2..b191c3e61d854618775971f8f736932946d2bf55 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "paperless-ngx-ui",
-  "version": "2.16.1",
+  "version": "2.16.2",
   "scripts": {
     "preinstall": "npx only-allow pnpm",
     "ng": "ng",
index 51ad2a4e79b146b27cb002618b78db38e01bcaf7..209cbfbfb0eebf2bd027ceb2ae265b764b80f0b8 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.1',
+  version: '2.16.2',
   webSocketHost: window.location.host,
   webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
   webSocketBaseUrl: base_url.pathname + 'ws/',
index dfc3283c583d168aed26d27ab980cc3315a103e6..da0d12d5a016894653a66ffe2d04bcbe3112b35a 100644 (file)
@@ -1,6 +1,6 @@
 from typing import Final
 
-__version__: Final[tuple[int, int, int]] = (2, 16, 1)
+__version__: Final[tuple[int, int, int]] = (2, 16, 2)
 # 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 f164f11d498a66d0be9149d208b2fcf39fc30aec..7863800a9ccfd3c10e03fd8460ffe7cee246b027 100644 (file)
--- a/uv.lock
+++ b/uv.lock
@@ -1880,7 +1880,7 @@ wheels = [
 
 [[package]]
 name = "paperless-ngx"
-version = "2.16.1"
+version = "2.16.2"
 source = { virtual = "." }
 dependencies = [
     { name = "bleach", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },