mirror of
				https://github.com/wting/autojump
				synced 2025-06-13 12:54:07 +00:00 
			
		
		
		
	version bump to v21.5.4
This commit is contained in:
		
							parent
							
								
									72fe7e391d
								
							
						
					
					
						commit
						81400f02a3
					
				@ -34,7 +34,7 @@ import re
 | 
				
			|||||||
import shutil
 | 
					import shutil
 | 
				
			||||||
from tempfile import NamedTemporaryFile
 | 
					from tempfile import NamedTemporaryFile
 | 
				
			||||||
 | 
					
 | 
				
			||||||
VERSION = 'release-v21.5.2'
 | 
					VERSION = 'release-v21.5.4'
 | 
				
			||||||
MAX_KEYWEIGHT = 1000
 | 
					MAX_KEYWEIGHT = 1000
 | 
				
			||||||
MAX_STORED_PATHS = 1000
 | 
					MAX_STORED_PATHS = 1000
 | 
				
			||||||
COMPLETION_SEPARATOR = '__'
 | 
					COMPLETION_SEPARATOR = '__'
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user