mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 19:17:13 -05:00 
			
		
		
		
	Merge branch 'main' into dev
This commit is contained in:
		
						commit
						fa0ab0de27
					
				@ -10,7 +10,7 @@
 | 
			
		||||
    --md-hue: 222;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media (min-width: 400px) {
 | 
			
		||||
@media (min-width: 768px) {
 | 
			
		||||
    .grid-left {
 | 
			
		||||
        width: 33%;
 | 
			
		||||
        float: left;
 | 
			
		||||
 | 
			
		||||
@ -38,7 +38,7 @@ matcher.
 | 
			
		||||
        `redis://<username>:<password>@<host>:<port>/<DBIndex>`
 | 
			
		||||
 | 
			
		||||
    [More information on securing your Redis
 | 
			
		||||
    Instance](https://redis.io/docs/getting-started/#securing-redis).
 | 
			
		||||
    Instance](https://redis.io/docs/latest/operate/oss_and_stack/management/security).
 | 
			
		||||
 | 
			
		||||
    Defaults to `redis://localhost:6379`.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -5,7 +5,7 @@ export const environment = {
 | 
			
		||||
  apiBaseUrl: document.baseURI + 'api/',
 | 
			
		||||
  apiVersion: '5',
 | 
			
		||||
  appTitle: 'Paperless-ngx',
 | 
			
		||||
  version: '2.12.1',
 | 
			
		||||
  version: '2.13.0',
 | 
			
		||||
  webSocketHost: window.location.host,
 | 
			
		||||
  webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
 | 
			
		||||
  webSocketBaseUrl: base_url.pathname + 'ws/',
 | 
			
		||||
 | 
			
		||||
@ -1,6 +1,6 @@
 | 
			
		||||
from typing import Final
 | 
			
		||||
 | 
			
		||||
__version__: Final[tuple[int, int, int]] = (2, 12, 1)
 | 
			
		||||
__version__: Final[tuple[int, int, int]] = (2, 13, 0)
 | 
			
		||||
# Version string like X.Y.Z
 | 
			
		||||
__full_version_str__: Final[str] = ".".join(map(str, __version__))
 | 
			
		||||
# Version string like X.Y
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user