Skip to content

Commit 407634d

Browse files
authored
Update version for point release (#12259)
1 parent 94bc061 commit 407634d

File tree

3 files changed

+60
-2
lines changed

3 files changed

+60
-2
lines changed

CHANGELOG.md

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

3+
## 2020.5.3 (10 June 2020)
4+
5+
1. Update `debugpy` to use `1.0.0b11` or greater.
6+
7+
### Thanks
8+
9+
Thanks to the following projects which we fully rely on to provide some of
10+
our features:
11+
12+
- [debugpy](https://pypi.org/project/debugpy/)
13+
- [isort](https://pypi.org/project/isort/)
14+
- [jedi](https://pypi.org/project/jedi/)
15+
and [parso](https://pypi.org/project/parso/)
16+
- [Microsoft Python Language Server](https://github.com/microsoft/python-language-server)
17+
- [ptvsd](https://pypi.org/project/ptvsd/)
18+
- [exuberant ctags](http://ctags.sourceforge.net/) (user-installed)
19+
- [rope](https://pypi.org/project/rope/) (user-installed)
20+
21+
Also thanks to the various projects we provide integrations with which help
22+
make this extension useful:
23+
24+
- Debugging support:
25+
[Django](https://pypi.org/project/Django/),
26+
[Flask](https://pypi.org/project/Flask/),
27+
[gevent](https://pypi.org/project/gevent/),
28+
[Jinja](https://pypi.org/project/Jinja/),
29+
[Pyramid](https://pypi.org/project/pyramid/),
30+
[PySpark](https://pypi.org/project/pyspark/),
31+
[Scrapy](https://pypi.org/project/Scrapy/),
32+
[Watson](https://pypi.org/project/Watson/)
33+
- Formatting:
34+
[autopep8](https://pypi.org/project/autopep8/),
35+
[black](https://pypi.org/project/black/),
36+
[yapf](https://pypi.org/project/yapf/)
37+
- Interpreter support:
38+
[conda](https://conda.io/),
39+
[direnv](https://direnv.net/),
40+
[pipenv](https://pypi.org/project/pipenv/),
41+
[pyenv](https://github.com/pyenv/pyenv),
42+
[venv](https://docs.python.org/3/library/venv.html#module-venv),
43+
[virtualenv](https://pypi.org/project/virtualenv/)
44+
- Linting:
45+
[bandit](https://pypi.org/project/bandit/),
46+
[flake8](https://pypi.org/project/flake8/),
47+
[mypy](https://pypi.org/project/mypy/),
48+
[prospector](https://pypi.org/project/prospector/),
49+
[pylint](https://pypi.org/project/pylint/),
50+
[pydocstyle](https://pypi.org/project/pydocstyle/),
51+
[pylama](https://pypi.org/project/pylama/)
52+
- Testing:
53+
[nose](https://pypi.org/project/nose/),
54+
[pytest](https://pypi.org/project/pytest/),
55+
[unittest](https://docs.python.org/3/library/unittest.html#module-unittest)
56+
57+
And finally thanks to the [Python](https://www.python.org/) development team and
58+
community for creating a fantastic programming language and community to be a
59+
part of!
60+
361
## 2020.5.2 (8 June 2020)
462

563
### Fixes

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.2",
5+
"version": "2020.5.3",
66
"featureFlags": {
77
"usingNewInterpreterStorage": true
88
},

0 commit comments

Comments
 (0)