Skip to content

Commit ba1dc7d

Browse files
authored
Update version and change log for point release (#15463)
* Version update * Update change log
1 parent 8809079 commit ba1dc7d

File tree

5 files changed

+65
-4
lines changed

5 files changed

+65
-4
lines changed

CHANGELOG.md

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

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

568
### Enhancements

news/2 Fixes/15439.md

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

news/2 Fixes/15452.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, and more.",
5-
"version": "2021.2.0",
5+
"version": "2021.2.1",
66
"featureFlags": {
77
"usingNewInterpreterStorage": true
88
},

0 commit comments

Comments
 (0)