We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9497d commit e52b80bCopy full SHA for e52b80b
build.gradle.kts
@@ -51,6 +51,13 @@ intellijPlatform {
51
sinceBuild.set(config("platformSinceBuild"))
52
untilBuild.set(provider { null })
53
}
54
+
55
+ productDescriptor {
56
+ code = "PPYTHONBYTECODE"
57
+ releaseDate = "20250730"
58
+ releaseVersion = "202511"
59
+ optional = true
60
+ }
61
62
63
buildSearchableOptions = false
gradle.properties
@@ -11,7 +11,7 @@ jvmVersion=21
11
# Plugin
12
group=dev.meanmail
13
pluginName=Python Bytecode
14
-version=2025.1
+version=2025.1.1
15
# https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library
16
kotlin.stdlib.default.dependency=false
17
#
0 commit comments