mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Updated version naming rules for Python plugin
"Beta" in the middle leads to the inability of comparing the version to a later version without "Beta". Having "EAP" or "RC" at the end of the name of plugin builds for IntelliJ EAPs is a good idea.
This commit is contained in:
@@ -15,7 +15,7 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
|
||||
<a href="https://youtrack.jetbrains.com/issues/PY">Issue tracker</a><br>
|
||||
]]></description>
|
||||
|
||||
<!-- <PyCharm version> <Beta>? <Branch number>.<Build number> -->
|
||||
<!-- <PyCharm version> <Branch number>.<Build number> (<Beta>|<EAP>|<RC>)? -->
|
||||
<version>4.0 Beta 140.@@BUILD_NUMBER@@</version>
|
||||
<depends>com.intellij.modules.java</depends>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user