mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
version bump to v21.0.3
This commit is contained in:
parent
74c50133d2
commit
ac1bfeb784
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
|||||||
VERSION = v21.0.2
|
VERSION = v21.0.3
|
||||||
TAGNAME = release-$(VERSION)
|
TAGNAME = release-$(VERSION)
|
||||||
|
|
||||||
.PHONY: docs install uninstall tar test
|
.PHONY: docs install uninstall tar test
|
||||||
|
@ -34,7 +34,7 @@ import re
|
|||||||
import shutil
|
import shutil
|
||||||
from tempfile import NamedTemporaryFile
|
from tempfile import NamedTemporaryFile
|
||||||
|
|
||||||
VERSION = 'release-v21.0.2'
|
VERSION = 'release-v21.0.3'
|
||||||
MAX_KEYWEIGHT = 1000
|
MAX_KEYWEIGHT = 1000
|
||||||
MAX_STORED_PATHS = 1000
|
MAX_STORED_PATHS = 1000
|
||||||
COMPLETION_SEPARATOR = '__'
|
COMPLETION_SEPARATOR = '__'
|
||||||
|
Loading…
Reference in New Issue
Block a user