1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

Add v21 release notes, minor documentation update.

This commit is contained in:
William Ting
2012-06-23 14:38:26 -10:00
parent f41d0fb7b3
commit c62a8923ae
5 changed files with 124 additions and 21 deletions

View File

@@ -29,7 +29,7 @@ import shutil
import sys
from tempfile import NamedTemporaryFile
VERSION = 'release-v20.9.5'
VERSION = 'release-v21-rc'
MAX_KEYWEIGHT = 1000
MAX_STORED_PATHS = 1000
COMPLETION_SEPARATOR = '__'