Skip to content

Commit 5066319

Browse files
authored
Update version and changelog for point release. (#10091)
* Update version and changelog for point release. * Add note to change log.
1 parent c8895be commit 5066319

File tree

5 files changed

+69
-5
lines changed

5 files changed

+69
-5
lines changed

CHANGELOG.md

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

3+
## 2020.2.1 (12 February 2020)
4+
5+
### Fixes
6+
7+
1. Re-install `Jupyter` instead of installing `kernelspec` if `kernelspec` cannot be found in the python environment.
8+
([#10071](https://github.com/Microsoft/vscode-python/issues/10071))
9+
1. Fix zh-tw localization file loading issue.
10+
(thanks to [ChenKB91](https://github.com/ChenKB91/))
11+
([#10072](https://github.com/Microsoft/vscode-python/issues/10072))
12+
13+
### Note
14+
15+
1. Please only set the `python.languageServer` setting if you want to turn IntelliSense off. To switch between language servers, please keep using the `python.jediEnabled` setting for now.
16+
17+
### Thanks
18+
19+
Thanks to the following projects which we fully rely on to provide some of
20+
our features:
21+
22+
- [isort](https://pypi.org/project/isort/)
23+
- [jedi](https://pypi.org/project/jedi/)
24+
and [parso](https://pypi.org/project/parso/)
25+
- [Microsoft Python Language Server](https://github.com/microsoft/python-language-server)
26+
- [ptvsd](https://pypi.org/project/ptvsd/)
27+
- [exuberant ctags](http://ctags.sourceforge.net/) (user-installed)
28+
- [rope](https://pypi.org/project/rope/) (user-installed)
29+
30+
Also thanks to the various projects we provide integrations with which help
31+
make this extension useful:
32+
33+
- Debugging support:
34+
[Django](https://pypi.org/project/Django/),
35+
[Flask](https://pypi.org/project/Flask/),
36+
[gevent](https://pypi.org/project/gevent/),
37+
[Jinja](https://pypi.org/project/Jinja/),
38+
[Pyramid](https://pypi.org/project/pyramid/),
39+
[PySpark](https://pypi.org/project/pyspark/),
40+
[Scrapy](https://pypi.org/project/Scrapy/),
41+
[Watson](https://pypi.org/project/Watson/)
42+
- Formatting:
43+
[autopep8](https://pypi.org/project/autopep8/),
44+
[black](https://pypi.org/project/black/),
45+
[yapf](https://pypi.org/project/yapf/)
46+
- Interpreter support:
47+
[conda](https://conda.io/),
48+
[direnv](https://direnv.net/),
49+
[pipenv](https://pypi.org/project/pipenv/),
50+
[pyenv](https://github.com/pyenv/pyenv),
51+
[venv](https://docs.python.org/3/library/venv.html#module-venv),
52+
[virtualenv](https://pypi.org/project/virtualenv/)
53+
- Linting:
54+
[bandit](https://pypi.org/project/bandit/),
55+
[flake8](https://pypi.org/project/flake8/),
56+
[mypy](https://pypi.org/project/mypy/),
57+
[prospector](https://pypi.org/project/prospector/),
58+
[pylint](https://pypi.org/project/pylint/),
59+
[pydocstyle](https://pypi.org/project/pydocstyle/),
60+
[pylama](https://pypi.org/project/pylama/)
61+
- Testing:
62+
[nose](https://pypi.org/project/nose/),
63+
[pytest](https://pypi.org/project/pytest/),
64+
[unittest](https://docs.python.org/3/library/unittest.html#module-unittest)
65+
66+
And finally thanks to the [Python](https://www.python.org/) development team and
67+
community for creating a fantastic programming language and community to be a
68+
part of!
69+
370
## 2020.2.0 (11 February 2020)
471

572
### Enhancements

news/2 Fixes/10071.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/10072.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

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, Jupyter Notebooks, code formatting, refactoring, unit tests, snippets, and more.",
5-
"version": "2020.2.0",
5+
"version": "2020.2.1",
66
"languageServerVersion": "0.5.30",
77
"publisher": "ms-python",
88
"author": {

0 commit comments

Comments
 (0)