]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Bump version to 3.0.4 v3.0.4
authorshamoon <4887959+shamoon@users.noreply.github.com>
Tue, 28 Jul 2026 03:14:39 +0000 (20:14 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Tue, 28 Jul 2026 03:14:39 +0000 (20:14 -0700)
pyproject.toml
src-ui/package.json
src-ui/src/environments/environment.prod.ts
src/paperless/version.py
uv.lock

index e0afadfdc6d8c681ab662f761ef733b0ca8928a3..b8216ba4cf48f49fb4ecbcfbe274bcc8c7cb0e3d 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "paperless-ngx"
-version = "3.0.3"
+version = "3.0.4"
 description = "A community-supported supercharged document management system: scan, index and archive all your physical documents"
 readme = "README.md"
 requires-python = ">=3.11"
index a3f2b3e28b9173159dee16aa5566333748b03ae0..337eed279bf312335e228a65237f6aa20f3e8592 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "paperless-ngx-ui",
-  "version": "3.0.3",
+  "version": "3.0.4",
   "scripts": {
     "preinstall": "npx only-allow pnpm",
     "ng": "ng",
index acda25a98f7e8b388fef1c51c7a82afef1a1c076..1642ac4e769211ef917cfd2d36e24bbb3972ab67 100644 (file)
@@ -8,7 +8,7 @@ export const environment = {
   apiVersion: '10', // match src/paperless/settings.py
   appTitle: DEFAULT_APP_TITLE,
   tag: 'prod',
-  version: '3.0.3',
+  version: '3.0.4',
   webSocketHost: window.location.host,
   webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
   webSocketBaseUrl: base_url.pathname + 'ws/',
index e39457eccf8c016c0da6c2dcbbcec77815494ad9..9444373ef3b826559460054d3f94d4392c0d8bef 100644 (file)
@@ -1,6 +1,6 @@
 from typing import Final
 
-__version__: Final[tuple[int, int, int]] = (3, 0, 3)
+__version__: Final[tuple[int, int, int]] = (3, 0, 4)
 # 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 ae834d4c7b7429952eec0fcb0a7b7ff9264ee40c..65317c7a25c34f76b1af62056cc24443620d46b5 100644 (file)
--- a/uv.lock
+++ b/uv.lock
@@ -2880,7 +2880,7 @@ wheels = [
 
 [[package]]
 name = "paperless-ngx"
-version = "3.0.3"
+version = "3.0.4"
 source = { virtual = "." }
 dependencies = [
     { name = "azure-ai-documentintelligence", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },