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

version numbering

This commit is contained in:
William Ting 2012-10-30 21:05:16 -05:00
parent a2657d6fca
commit 5745c34c23

View File

@ -34,7 +34,7 @@ import re
import shutil
from tempfile import NamedTemporaryFile
VERSION = 'release-v21-rc.2'
VERSION = 'release-v21'
MAX_KEYWEIGHT = 1000
MAX_STORED_PATHS = 1000
COMPLETION_SEPARATOR = '__'