Update plugin for 192.4, rewrite pycharm products page.

This commit is contained in:
JohnHake 2019-11-12 23:56:58 -08:00
parent 1eaff494d6
commit 29f3810659
2 changed files with 3 additions and 2 deletions

View File

@ -22,6 +22,7 @@ dependencies {
intellij {
version '2019.2.4'
type 'PY'
updateSinceUntilBuild = false
}
patchPluginXml {

View File

@ -9,8 +9,8 @@
<!-- The version of this plugin -->
<version>0.1.0</version>
<!-- Must match the PyCharm build -->
<idea-version since-build="192.3"/>
<!-- Must match the target PyCharm build -->
<idea-version since-build="192.4"/>
<!-- Requires the python plugin to run -->
<depends>com.intellij.modules.python</depends>