From 691e657a0b394e5dfc2c2f37dad46f585350f151 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 1 Feb 2018 11:43:05 -0800 Subject: [PATCH 1/3] Bump version number to final --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e92a74c2168..c9c148b8639d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "python", "displayName": "Python", "description": "Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, and more.", - "version": "2018.1.0-rc", + "version": "2018.1.0", "publisher": "ms-python", "author": { "name": "Microsoft Corporation" From 988b95d45da8e089fc864e504ab96d83df7b612c Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 1 Feb 2018 11:43:46 -0800 Subject: [PATCH 2/3] Add release date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef5d32ff5022..3164ec5bfbaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 2018.1 +## 2018.1 (01 Feb 2018) ### Thanks From f27ccaface2b1ff9eaa827c9f08d1939cad25e06 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 1 Feb 2018 11:50:03 -0800 Subject: [PATCH 3/3] Mention the cached interpreter change --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3164ec5bfbaa..d5bcfd9f172e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ the following people who contributed code: ### Fixed issues +* Support cached interpreter locations for faster interpreter selection ([#666](https://github.com/Microsoft/vscode-python/issues/259)) * Sending a block of code with multiple global-level scopes now works ([#259](https://github.com/Microsoft/vscode-python/issues/259)) * Automatic activation of virtual or conda environment in terminal when executing Python code/file ([#383](https://github.com/Microsoft/vscode-python/issues/383)) * 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))