mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
bump to v22.0.0-alpha due to backward incompatible changes
This commit is contained in:
parent
e5a97294ac
commit
5f8be97861
@ -1,7 +1,7 @@
|
|||||||
## Summary of release changes, see commit history for more details:
|
## Summary of release changes, see commit history for more details:
|
||||||
## https://github.com/joelthelion/autojump/commits/master/
|
## https://github.com/joelthelion/autojump/commits/master/
|
||||||
|
|
||||||
### Release v21.8.0:
|
### Release v22.0.0:
|
||||||
|
|
||||||
- Python 2.6 EOL'ed Oct 2013, support dropped. Now requires Python 2.7+.
|
- Python 2.6 EOL'ed Oct 2013, support dropped. Now requires Python 2.7+.
|
||||||
- install.sh -> install.py
|
- install.sh -> install.py
|
||||||
|
@ -58,7 +58,7 @@ from autojump_utils import sanitize
|
|||||||
from autojump_utils import surround_quotes
|
from autojump_utils import surround_quotes
|
||||||
from autojump_utils import take
|
from autojump_utils import take
|
||||||
|
|
||||||
VERSION = '21.8-alpha'
|
VERSION = '22.0.0-alpha'
|
||||||
FUZZY_MATCH_THRESHOLD = 0.6
|
FUZZY_MATCH_THRESHOLD = 0.6
|
||||||
TAB_ENTRIES_COUNT = 9
|
TAB_ENTRIES_COUNT = 9
|
||||||
TAB_SEPARATOR = '__'
|
TAB_SEPARATOR = '__'
|
||||||
|
Loading…
Reference in New Issue
Block a user