Skip to content

Commit 3526755

Browse files
authored
Prep for 2018.1 final (#683)
* Bump version number to final * Add release date * Mention the cached interpreter change
1 parent b09a421 commit 3526755

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2018.1
3+
## 2018.1 (01 Feb 2018)
44

55
### Thanks
66

@@ -15,6 +15,7 @@ the following people who contributed code:
1515

1616
### Fixed issues
1717

18+
* Support cached interpreter locations for faster interpreter selection ([#666](https://github.com/Microsoft/vscode-python/issues/259))
1819
* Sending a block of code with multiple global-level scopes now works ([#259](https://github.com/Microsoft/vscode-python/issues/259))
1920
* Automatic activation of virtual or conda environment in terminal when executing Python code/file ([#383](https://github.com/Microsoft/vscode-python/issues/383))
2021
* Introduce a `Python: Create Terminal` to create a terminal that activates the selected virtual/conda environment ([#622](https://github.com/Microsoft/vscode-python/issues/622))

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.1.0-rc",
5+
"version": "2018.1.0",
66
"publisher": "ms-python",
77
"author": {
88
"name": "Microsoft Corporation"

0 commit comments

Comments
 (0)