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

Bump to v22.2.2.

This commit is contained in:
William Ting 2014-12-15 20:16:53 -08:00
parent d177aaa12c
commit c5f0473837
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
## Summary of release changes, see commit history for more details:
## https://github.com/joelthelion/autojump/commits/master/
### Release v22.0.0:
### Release v22.2.2:
#### Backwards Incompatible
@ -22,6 +22,7 @@
- AUTOJUMP_DATA_DIR
- AUTOJUMP_IGNORE_CASE
- AUTOJUMP_KEEP_SYMLINKS
- misc bug fixes
#### Features and Bug Fixes

View File

@ -60,7 +60,7 @@ from autojump_utils import sanitize
from autojump_utils import take
from autojump_utils import unico
VERSION = '22.2.1-beta'
VERSION = '22.2.2'
FUZZY_MATCH_THRESHOLD = 0.6
TAB_ENTRIES_COUNT = 9
TAB_SEPARATOR = '__'