Skip to content

Commit

Permalink
Pynvim 0.5.2
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
jamessan committed Nov 13, 2024
1 parent a2adeec commit 5b0c32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynvim/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from types import SimpleNamespace

# see also setup.py
VERSION = SimpleNamespace(major=0, minor=5, patch=2, prerelease="dev0")
VERSION = SimpleNamespace(major=0, minor=5, patch=2, prerelease="")

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

0 comments on commit 5b0c32e

Please sign in to comment.