1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

minor version bump to v20-6

This commit is contained in:
William Ting 2012-05-12 16:38:51 -10:00
parent 57053a76fa
commit 7123e23706

View File

@ -29,7 +29,7 @@ import shutil
import sys import sys
from tempfile import NamedTemporaryFile from tempfile import NamedTemporaryFile
VERSION = 'release-v20-5' VERSION = 'release-v20-6'
MAX_KEYWEIGHT = 1000 MAX_KEYWEIGHT = 1000
MAX_STORED_PATHS = 1000 MAX_STORED_PATHS = 1000
COMPLETION_SEPARATOR = '__' COMPLETION_SEPARATOR = '__'