|  | 
| 1 | 1 | # Changelog | 
| 2 | 2 | 
 | 
|  | 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 | + | 
| 3 | 61 | ## 2020.5.2 (8 June 2020) | 
| 4 | 62 | 
 | 
| 5 | 63 | ### Fixes | 
|  | 
0 commit comments