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

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