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

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