Skip to content

Commit 4357c2b

Browse files
committed
Pynvim 0.6.0
b8899cb feat: Nvim can detect venv python via "pynvim-python" tool 466ffc8 feat: improve Neovim detection of pynvim ef3d029 fix: improve EOFError exception when remote nvim crashes #589 e2a3ead fix: asyncio.get_child_watcher() was removed in Python 3.14 #584 e5ce595 perf: optimize the walk() function #587 c3fe993 fix(tests): skip failing test_broadcast on neovim < 0.11
1 parent b8899cb commit 4357c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pynvim/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from types import SimpleNamespace
55

66
# see also setup.py
7-
VERSION = SimpleNamespace(major=0, minor=6, patch=0, prerelease="dev0")
7+
VERSION = SimpleNamespace(major=0, minor=6, patch=0, prerelease="")
88

99
# e.g. "0.5.0", "0.5.0.dev0" (PEP-440)
1010
__version__ = '{major}.{minor}.{patch}'.format(**vars(VERSION))

0 commit comments

Comments
 (0)