Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP code #1

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Change name & bump version for experimental version
intgr committed Dec 4, 2021
commit cb8ab289c98bdf930db9ab3cecf99286c7550f9f
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
version=0.11.2
version=0.12.0-alpha1
ideVersion=PC-2021.2.3
pythonPlugin=PythonCore:212.5457.59
sinceBuild=181.5684
6 changes: 3 additions & 3 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -15,9 +15,9 @@
-->

<idea-plugin>
<id>com.leinardi.pycharm.mypy</id>
<name>Mypy</name>
<vendor url="https://github.com/leinardi/mypy-pycharm">Roberto Leinardi</vendor>
<id>com.leinardi.pycharm.mypy.experimental</id>
<name>Mypy (experimental)</name>
<vendor url="https://github.com/intgr/mypy-pycharm">Marti Raudsepp</vendor>

<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
on how to target different products -->