Skip to content

Commit 2f15b3c

Browse files
committed
Point release change log and version update
1 parent dfd7cf1 commit 2f15b3c

File tree

5 files changed

+66
-4
lines changed

5 files changed

+66
-4
lines changed

CHANGELOG.md

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

3+
## 2020.11.1 (17 November 2020)
4+
5+
1. Replaced "pythonPath" debug configuration property with "python".
6+
([#12462](https://github.com/Microsoft/vscode-python/issues/12462))
7+
8+
### Fixes
9+
10+
1. Fix workspace symbol searching always returning empty.
11+
([#14727](https://github.com/Microsoft/vscode-python/issues/14727))
12+
13+
### Thanks
14+
15+
Thanks to the following projects which we fully rely on to provide some of
16+
our features:
17+
18+
- [debugpy](https://pypi.org/project/debugpy/)
19+
- [isort](https://pypi.org/project/isort/)
20+
- [jedi](https://pypi.org/project/jedi/)
21+
and [parso](https://pypi.org/project/parso/)
22+
- [Microsoft Python Language Server](https://github.com/microsoft/python-language-server)
23+
- [Pylance](https://github.com/microsoft/pylance-release)
24+
- [exuberant ctags](http://ctags.sourceforge.net/) (user-installed)
25+
- [rope](https://pypi.org/project/rope/) (user-installed)
26+
27+
Also thanks to the various projects we provide integrations with which help
28+
make this extension useful:
29+
30+
- Debugging support:
31+
[Django](https://pypi.org/project/Django/),
32+
[Flask](https://pypi.org/project/Flask/),
33+
[gevent](https://pypi.org/project/gevent/),
34+
[Jinja](https://pypi.org/project/Jinja/),
35+
[Pyramid](https://pypi.org/project/pyramid/),
36+
[PySpark](https://pypi.org/project/pyspark/),
37+
[Scrapy](https://pypi.org/project/Scrapy/),
38+
[Watson](https://pypi.org/project/Watson/)
39+
- Formatting:
40+
[autopep8](https://pypi.org/project/autopep8/),
41+
[black](https://pypi.org/project/black/),
42+
[yapf](https://pypi.org/project/yapf/)
43+
- Interpreter support:
44+
[conda](https://conda.io/),
45+
[direnv](https://direnv.net/),
46+
[pipenv](https://pypi.org/project/pipenv/),
47+
[pyenv](https://github.com/pyenv/pyenv),
48+
[venv](https://docs.python.org/3/library/venv.html#module-venv),
49+
[virtualenv](https://pypi.org/project/virtualenv/)
50+
- Linting:
51+
[bandit](https://pypi.org/project/bandit/),
52+
[flake8](https://pypi.org/project/flake8/),
53+
[mypy](https://pypi.org/project/mypy/),
54+
[prospector](https://pypi.org/project/prospector/),
55+
[pylint](https://pypi.org/project/pylint/),
56+
[pydocstyle](https://pypi.org/project/pydocstyle/),
57+
[pylama](https://pypi.org/project/pylama/)
58+
- Testing:
59+
[nose](https://pypi.org/project/nose/),
60+
[pytest](https://pypi.org/project/pytest/),
61+
[unittest](https://docs.python.org/3/library/unittest.html#module-unittest)
62+
63+
And finally thanks to the [Python](https://www.python.org/) development team and
64+
community for creating a fantastic programming language and community to be a
65+
part of!
66+
367
## 2020.11.0 (11 November 2020)
468

569
### Enhancements

news/1 Enhancements/12462.md

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

news/2 Fixes/14727.md

Lines changed: 0 additions & 1 deletion
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.11.0",
5+
"version": "2020.11.1",
66
"featureFlags": {
77
"usingNewInterpreterStorage": true
88
},

0 commit comments

Comments
 (0)