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 e52b80b commit 6a98aa1Copy full SHA for 6a98aa1
build.gradle.kts
@@ -55,7 +55,7 @@ intellijPlatform {
55
productDescriptor {
56
code = "PPYTHONBYTECODE"
57
releaseDate = "20250730"
58
- releaseVersion = "202511"
+ releaseVersion = "20252"
59
optional = true
60
}
61
gradle.properties
@@ -11,7 +11,7 @@ jvmVersion=21
11
# Plugin
12
group=dev.meanmail
13
pluginName=Python Bytecode
14
-version=2025.1.1
+version=2025.2
15
# https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library
16
kotlin.stdlib.default.dependency=false
17
#
0 commit comments