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 ae4736f commit 2f3535aCopy full SHA for 2f3535a
CHANGELOG.md
@@ -3,6 +3,8 @@
3
This changelog summarizes major changes between GraalVM versions of the Python
4
language runtime. The main focus is on user-observable behavior of the engine.
5
6
+## Version 21.0.0
7
+
8
## Version 20.3.0
9
10
* Fix multiple memory leaks when running Python code in a shared engine.
mx.graalpython/suite.py
@@ -9,7 +9,7 @@
"name": "graalpython",
"versionConflictResolution": "latest",
11
12
- "version": "20.3.0",
+ "version": "21.0.0",
13
"release": False,
14
"groupId": "org.graalvm.graalpython",
15
"url": "http://www.graalvm.org/",
0 commit comments