]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Bump version to 2.18.0 v2.18.0
authorshamoon <4887959+shamoon@users.noreply.github.com>
Sat, 16 Aug 2025 17:07:36 +0000 (10:07 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Sat, 16 Aug 2025 17:07:36 +0000 (10:07 -0700)
pyproject.toml
src-ui/package.json
src-ui/src/environments/environment.prod.ts
src/paperless/version.py
uv.lock

index 6f0e718a8d2a02d95665c32f64db4bc94caa09df..60b4154e1fefc48682351bdb367679ca1a0be3eb 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "paperless-ngx"
-version = "2.17.1"
+version = "2.18.0"
 description = "A community-supported supercharged version of paperless: scan, index and archive all your physical documents"
 readme = "README.md"
 requires-python = ">=3.10"
index 41309dcd3bdd529c2d664540be6878936838dd36..cc18ab6291e7573c50542964b03fdcd7f50d5c31 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "paperless-ngx-ui",
-  "version": "2.17.1",
+  "version": "2.18.0",
   "scripts": {
     "preinstall": "npx only-allow pnpm",
     "ng": "ng",
index 892ceca101ae1ce8c6dab1e780013671342e244f..97aeb385e7f92489d16c35d128521f8edccbce06 100644 (file)
@@ -6,7 +6,7 @@ export const environment = {
   apiVersion: '9', // match src/paperless/settings.py
   appTitle: 'Paperless-ngx',
   tag: 'prod',
-  version: '2.17.1',
+  version: '2.18.0',
   webSocketHost: window.location.host,
   webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
   webSocketBaseUrl: base_url.pathname + 'ws/',
index ccab6fbf2405ce9b3292f5e7ff5e8d62519298ea..d67f02d372daebc25f049591c3a2728203c088c1 100644 (file)
@@ -1,6 +1,6 @@
 from typing import Final
 
-__version__: Final[tuple[int, int, int]] = (2, 17, 1)
+__version__: Final[tuple[int, int, int]] = (2, 18, 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 0aeb3ae238a8bad4adc1387683594ef5b2b9b931..49dedf1019dca632f93abb04c388033e8c6ebcea 100644 (file)
--- a/uv.lock
+++ b/uv.lock
@@ -2006,7 +2006,7 @@ wheels = [
 
 [[package]]
 name = "paperless-ngx"
-version = "2.17.1"
+version = "2.18.0"
 source = { virtual = "." }
 dependencies = [
     { name = "babel", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },