Skip to content

Commit 015ce33

Browse files
authored
Update version and changelog for point release (#12171)
1 parent 620b614 commit 015ce33

File tree

6 files changed

+70
-5
lines changed

6 files changed

+70
-5
lines changed

CHANGELOG.md

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

3+
## 2020.5.2 (8 June 2020)
4+
5+
### Fixes
6+
7+
1. Ensure user cannot belong to all experiments in an experiment group.
8+
([#11943](https://github.com/Microsoft/vscode-python/issues/11943))
9+
10+
### Code Health
11+
12+
1. Integrate VS Code experiment framework in the extension.
13+
([#10790](https://github.com/Microsoft/vscode-python/issues/10790))
14+
1. Update telemetry on errors and exceptions to use [vscode-extension-telemetry](https://www.npmjs.com/package/vscode-extension-telemetry).
15+
([#11597](https://github.com/Microsoft/vscode-python/issues/11597))
16+
17+
### Thanks
18+
19+
Thanks to the following projects which we fully rely on to provide some of
20+
our features:
21+
22+
- [debugpy](https://pypi.org/project/debugpy/)
23+
- [isort](https://pypi.org/project/isort/)
24+
- [jedi](https://pypi.org/project/jedi/)
25+
and [parso](https://pypi.org/project/parso/)
26+
- [Microsoft Python Language Server](https://github.com/microsoft/python-language-server)
27+
- [ptvsd](https://pypi.org/project/ptvsd/)
28+
- [exuberant ctags](http://ctags.sourceforge.net/) (user-installed)
29+
- [rope](https://pypi.org/project/rope/) (user-installed)
30+
31+
Also thanks to the various projects we provide integrations with which help
32+
make this extension useful:
33+
34+
- Debugging support:
35+
[Django](https://pypi.org/project/Django/),
36+
[Flask](https://pypi.org/project/Flask/),
37+
[gevent](https://pypi.org/project/gevent/),
38+
[Jinja](https://pypi.org/project/Jinja/),
39+
[Pyramid](https://pypi.org/project/pyramid/),
40+
[PySpark](https://pypi.org/project/pyspark/),
41+
[Scrapy](https://pypi.org/project/Scrapy/),
42+
[Watson](https://pypi.org/project/Watson/)
43+
- Formatting:
44+
[autopep8](https://pypi.org/project/autopep8/),
45+
[black](https://pypi.org/project/black/),
46+
[yapf](https://pypi.org/project/yapf/)
47+
- Interpreter support:
48+
[conda](https://conda.io/),
49+
[direnv](https://direnv.net/),
50+
[pipenv](https://pypi.org/project/pipenv/),
51+
[pyenv](https://github.com/pyenv/pyenv),
52+
[venv](https://docs.python.org/3/library/venv.html#module-venv),
53+
[virtualenv](https://pypi.org/project/virtualenv/)
54+
- Linting:
55+
[bandit](https://pypi.org/project/bandit/),
56+
[flake8](https://pypi.org/project/flake8/),
57+
[mypy](https://pypi.org/project/mypy/),
58+
[prospector](https://pypi.org/project/prospector/),
59+
[pylint](https://pypi.org/project/pylint/),
60+
[pydocstyle](https://pypi.org/project/pydocstyle/),
61+
[pylama](https://pypi.org/project/pylama/)
62+
- Testing:
63+
[nose](https://pypi.org/project/nose/),
64+
[pytest](https://pypi.org/project/pytest/),
65+
[unittest](https://docs.python.org/3/library/unittest.html#module-unittest)
66+
67+
And finally thanks to the [Python](https://www.python.org/) development team and
68+
community for creating a fantastic programming language and community to be a
69+
part of!
70+
371
## 2020.5.1 (19 May 2020)
472

573
### Fixes

news/1 Enhancements/10790.md

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

news/2 Fixes/11943.md

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

news/3 Code Health/11597.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.5.1",
5+
"version": "2020.5.2",
66
"featureFlags": {
77
"usingNewInterpreterStorage": true
88
},

0 commit comments

Comments
 (0)