Skip to content

Commit 5b0c32e

Browse files
committed
Pynvim 0.5.2
- a2adeec build: fix conditional install_requires #581 - 31550a7 fix: remove deprecated universal wheels setting - a6175a4 fix(ci): macOS CI failing with python{3.7, 3.8, 3.9} - 648b0c7 fix(ci): do not use matrix variables for OS-specific commands
1 parent a2adeec commit 5b0c32e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pynvim/_version.py

+1-1
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=5, patch=2, prerelease="dev0")
7+
VERSION = SimpleNamespace(major=0, minor=5, patch=2, 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)