8000 Release v1.3.1 · Ahoython/python-lsp-server@fca5cd0 · GitHub
[go: up one dir, main page]

Skip to content

Commit fca5cd0

Browse files
committed
Release v1.3.1
1 parent cbc2151 commit fca5cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylsp/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
"""PyLSP versioning information."""
55

6-
VERSION_INFO = (1, 4, 0, 'dev0')
6+
VERSION_INFO = (1, 3, 1)
77
__version__ = '.'.join(map(str, VERSION_INFO))

0 commit comments

Comments
 (0)
0