Skip to content

Commit

Permalink
Prep for 2018.1 final (#683)
Browse files Browse the repository at this point in the history
* Bump version number to final

* Add release date

* Mention the cached interpreter change
  • Loading branch information
brettcannon authored Feb 1, 2018
1 parent b09a421 commit 3526755
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2018.1
## 2018.1 (01 Feb 2018)

### Thanks

Expand All @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3526755

Please sign in to comment.