From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 28 Jul 2026 03:14:39 +0000 (-0700) Subject: Bump version to 3.0.4 X-Git-Tag: v3.0.4^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bc03bbaec3e996ef7ddf7b6aec79f42969efc15;p=thirdparty%2Fpaperless-ngx.git Bump version to 3.0.4 --- diff --git a/pyproject.toml b/pyproject.toml index e0afadfdc6..b8216ba4cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src-ui/package.json b/src-ui/package.json index a3f2b3e28b..337eed279b 100644 --- a/src-ui/package.json +++ b/src-ui/package.json @@ -1,6 +1,6 @@ { "name": "paperless-ngx-ui", - "version": "3.0.3", + "version": "3.0.4", "scripts": { "preinstall": "npx only-allow pnpm", "ng": "ng", diff --git a/src-ui/src/environments/environment.prod.ts b/src-ui/src/environments/environment.prod.ts index acda25a98f..1642ac4e76 100644 --- a/src-ui/src/environments/environment.prod.ts +++ b/src-ui/src/environments/environment.prod.ts @@ -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/', diff --git a/src/paperless/version.py b/src/paperless/version.py index e39457eccf..9444373ef3 100644 --- a/src/paperless/version.py +++ b/src/paperless/version.py @@ -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 ae834d4c7b..65317c7a25 100644 --- 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'" },