We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f1c0b8 commit 9896657Copy full SHA for 9896657
NEWS.md
@@ -1,5 +1,9 @@
1
# NEWS
2
3
+## 1.15
4
+
5
+- Fix one more typo causing Jedi errors not appear in diagnostics
6
7
## 1.14
8
9
- Fix typo causing Jedi errors not appear in diagnostics
setup.py
@@ -7,7 +7,7 @@
setup(
name='anakin-language-server',
10
- version='1.14',
+ version='1.15',
11
author='Andrii Kolomoiets',
12
author_email='andreyk.mad@gmail.com',
13
description='Yet another Jedi Python language server',
0 commit comments