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:
Andrey Vlasovskikh
2015-01-26 18:28:28 +03:00
parent 01a2f28c2a
commit ebf5b17980
+1 -1
View File
@@ -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>