]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Bump version to 2.17.0 v2.17.0
authorshamoon <4887959+shamoon@users.noreply.github.com>
Thu, 19 Jun 2025 17:12:41 +0000 (10:12 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Thu, 19 Jun 2025 17:12:41 +0000 (10:12 -0700)
pyproject.toml
src-ui/package.json
src-ui/src/environments/environment.prod.ts
src/paperless/version.py
uv.lock

index 04b9bd6fe5a4d756abbc87d5ed64e558c4fc4dba..2e6d6f41ff4c430196fa09985cf20678093dcb3b 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "paperless-ngx"
-version = "2.16.3"
+version = "2.17.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 e21075575293cf7716fcd0e002253ad6e9c2bf79..ae7e296fb225ead73105dc81e100fbe214a2093c 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "paperless-ngx-ui",
-  "version": "2.16.3",
+  "version": "2.17.0",
   "scripts": {
     "preinstall": "npx only-allow pnpm",
     "ng": "ng",
index 9b6d756fd9ffdcb23dc33cbeb5c4c818c034e84e..edde5a4ff1abf2905b6048e6b0debb2702a97fd5 100644 (file)
@@ -6,7 +6,7 @@ export const environment = {
   apiVersion: '9', // match src/paperless/settings.py
   appTitle: 'Paperless-ngx',
   tag: 'prod',
-  version: '2.16.3',
+  version: '2.17.0',
   webSocketHost: window.location.host,
   webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
   webSocketBaseUrl: base_url.pathname + 'ws/',
index 2c2bebdba4415c02ec89b749590518d801464fd1..ec58e04bcee50591c763d1da835604dec3de5dc7 100644 (file)
@@ -1,6 +1,6 @@
 from typing import Final
 
-__version__: Final[tuple[int, int, int]] = (2, 16, 3)
+__version__: Final[tuple[int, int, int]] = (2, 17, 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 a43334679080460dbc9a6aa22823e3c9cbb8636e..bc936029e7847ec9afa5eeea218e52b72a862889 100644 (file)
--- a/uv.lock
+++ b/uv.lock
@@ -1880,7 +1880,7 @@ wheels = [
 
 [[package]]
 name = "paperless-ngx"
-version = "2.16.3"
+version = "2.17.0"
 source = { virtual = "." }
 dependencies = [
     { name = "bleach", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },