]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Bump version to 2.19.0 v2.19.0
authorshamoon <4887959+shamoon@users.noreply.github.com>
Tue, 21 Oct 2025 17:03:11 +0000 (10:03 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Tue, 21 Oct 2025 17:03:11 +0000 (10:03 -0700)
pyproject.toml
src-ui/package.json
src-ui/src/environments/environment.prod.ts
src/paperless/version.py
uv.lock

index ba71911338b59351341e7804e6f27c867b8e7a55..177a9228213dbc62c1b2e42071a0d26d656fc372 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "paperless-ngx"
-version = "2.18.4"
+version = "2.19.0"
 description = "A community-supported supercharged document management system: scan, index and archive all your physical documents"
 readme = "README.md"
 requires-python = ">=3.10"
index 34227494126a4c7e684e2ddd5aba0b8a62c18a96..39713981e84ca9aeb865c7c749c4731d13638599 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "paperless-ngx-ui",
-  "version": "2.18.4",
+  "version": "2.19.0",
   "scripts": {
     "preinstall": "npx only-allow pnpm",
     "ng": "ng",
index a4dfbc8b2fd2c65075e4fe59d7a6317f63432472..188cf96e148b67bb7b8698ef883609698ac30bdd 100644 (file)
@@ -6,7 +6,7 @@ export const environment = {
   apiVersion: '9', // match src/paperless/settings.py
   appTitle: 'Paperless-ngx',
   tag: 'prod',
-  version: '2.18.4',
+  version: '2.19.0',
   webSocketHost: window.location.host,
   webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
   webSocketBaseUrl: base_url.pathname + 'ws/',
index 10b370f35391f5e3c233affe8830f85dac0c941c..a43667145011548bd0ce96909fa43b5958b19e55 100644 (file)
@@ -1,6 +1,6 @@
 from typing import Final
 
-__version__: Final[tuple[int, int, int]] = (2, 18, 4)
+__version__: Final[tuple[int, int, int]] = (2, 19, 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 4db7825dcedc144cfb5d26ddf30435e3e24990b1..74b2f59f4c663ab6e2164978f616acc887db41df 100644 (file)
--- a/uv.lock
+++ b/uv.lock
@@ -2115,7 +2115,7 @@ wheels = [
 
 [[package]]
 name = "paperless-ngx"
-version = "2.18.4"
+version = "2.19.0"
 source = { virtual = "." }
 dependencies = [
     { name = "babel", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },