Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit 4c6c18d

Browse files
committed
Update default pycharm 2021.2
1 parent 2fede1f commit 4c6c18d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Here is the list of all variables and their default values:
4343
- `pyenv_python_versions`: optional list of Python versions installed (from `staticdev.pyenv`_)
4444
- `install_pycharm`: `false`
4545
- `pycharm_flavor`: `community`. You can use also `professional` or `edu`
46-
- `pycharm_version`: `2021.1.2`
46+
- `pycharm_version`: `2021.2`
4747
- `install_vscode`: `false`
4848
- `vscode_extensions`: optional list of name_ids of extensions. eg.: ms-python.python (Python Official Extension)
4949

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ install_pycharm: false
33
pycharm_download_url: https://download.jetbrains.com/python
44
pycharm_flavor: community
55
pycharm_install_prefix: /opt
6-
pycharm_version: 2021.1.2
6+
pycharm_version: 2021.2
77
install_vscode: false

0 commit comments

Comments
 (0)