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

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