Skip to content

Commit b81dea5

Browse files
authored
2018.7.1 release (#2235)
* Bump version number * Touch up news entries * Update changelog * 2018.7.1 release for new language server
1 parent e56fb1c commit b81dea5

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 2018.7.1 (23 July 2018)
4+
5+
### Fixes
6+
7+
1. Update the language server to code as of
8+
[651468731500ec1cc644029c3666c57b82f77d76](https://github.com/Microsoft/PTVS/commit/651468731500ec1cc644029c3666c57b82f77d76).
9+
([#2233](https://github.com/Microsoft/vscode-python/issues/2233))
10+
11+
312
## 2018.7.0 (18 July 2018)
413

514
### Thanks

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "python",
33
"displayName": "Python",
44
"description": "Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, and more.",
5-
"version": "2018.7.0",
5+
"version": "2018.7.1",
66
"publisher": "ms-python",
77
"author": {
88
"name": "Microsoft Corporation"

0 commit comments

Comments
 (0)