]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
v1.7.0 ngx-1.7.0
authorMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Mon, 25 Apr 2022 17:26:49 +0000 (10:26 -0700)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Mon, 25 Apr 2022 17:26:49 +0000 (10:26 -0700)
src-ui/src/environments/environment.prod.ts
src/paperless/version.py

index 9e04ddada66f013abf0175af4d662622902da9fd..f0b00cd913dec688e4454c2597d125e90044866f 100644 (file)
@@ -5,7 +5,7 @@ export const environment = {
   apiBaseUrl: document.baseURI + 'api/',
   apiVersion: '2',
   appTitle: 'Paperless-ngx',
-  version: '1.7.0-rc1',
+  version: '1.7.0',
   webSocketHost: window.location.host,
   webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
   webSocketBaseUrl: base_url.pathname + 'ws/',
index 92334dbc327f9a83494ea3388f3c568ceda5f9e6..8c908319fd1f143a5e8c3076ef14c953fa2d103b 100644 (file)
@@ -1 +1 @@
-__version__ = (1, 6, 0)
+__version__ = (1, 7, 0)