]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Bumps all our versions to 3.0.0 (#12715)
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Tue, 5 May 2026 19:40:24 +0000 (12:40 -0700)
committerGitHub <noreply@github.com>
Tue, 5 May 2026 19:40:24 +0000 (12:40 -0700)
docs/changelog.md
pyproject.toml
src-ui/package.json
src-ui/src/environments/environment.prod.ts
uv.lock

index 8ec847ae5c0918388c16d5b1a46d6ca03514eb23..16f66e4be0adefa2879dc57389c3b978002fa152 100644 (file)
@@ -1,6 +1,6 @@
 # Changelog
 
-## paperless-ngx 2.20.15
+## paperless-ngx 3.0.0
 
 ### Security
 
index 9343e75299db3a3c2cc435c9e7fe8038b65b4c6c..211755733b2f30109e45fcfaf9b398070283cc6f 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "paperless-ngx"
-version = "2.20.15"
+version = "3.0.0"
 description = "A community-supported supercharged document management system: scan, index and archive all your physical documents"
 readme = "README.md"
 requires-python = ">=3.11"
index 246de3543923e4c8ff5434df1220672019d4641b..a1888c367b3cbeaed5824255ac6c8a206d19725f 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "paperless-ngx-ui",
-  "version": "2.20.15",
+  "version": "3.0.0",
   "scripts": {
     "preinstall": "npx only-allow pnpm",
     "ng": "ng",
index d92d7d7d9b55dfb7c93b0459262f8091982e0444..59380802009951b831a64e70fc16b4f664a883ce 100644 (file)
@@ -6,7 +6,7 @@ export const environment = {
   apiVersion: '10', // match src/paperless/settings.py
   appTitle: 'Paperless-ngx',
   tag: 'prod',
-  version: '2.20.15',
+  version: '3.0.0',
   webSocketHost: window.location.host,
   webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
   webSocketBaseUrl: base_url.pathname + 'ws/',
diff --git a/uv.lock b/uv.lock
index 96ac0e6f7028f8bccd17f6f507044dcdd7249379..f2ddc4897ed7ca14800063f39f1b184588cea0aa 100644 (file)
--- a/uv.lock
+++ b/uv.lock
@@ -2868,7 +2868,7 @@ wheels = [
 
 [[package]]
 name = "paperless-ngx"
-version = "2.20.15"
+version = "3.0.0"
 source = { virtual = "." }
 dependencies = [
     { name = "azure-ai-documentintelligence", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },