Skip to content

Commit f0a5f58

Browse files
committed
[GR-16675] Set versions for next dev cycle.
PullRequest: graalpython/560
2 parents 8b03e0a + a3a77aa commit f0a5f58

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@
33
This changelog summarizes major changes between GraalVM versions of the Python
44
language runtime. The main focus is on user-observable behavior of the engine.
55

6-
## Version 20.0.0 beta 2
6+
## Version 19.1.0
77

88
* Add `java.add_to_classpath` API to dynamically extend the host class path
99
* Allow write access to main module bindings for embedder
1010
* Swap arguments for `polyglot.export_value` to use the more natural (name, value) order and deprecate the previous argument order.
11-
12-
## Version 20.0.0 beta 1
13-
1411
* Update Python standard library files to Python 3.7.3
1512
* Improve performance of exceptions that do not escape
1613
* Fix str(None) to print "None" instead of an empty string

mx.graalpython/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"name": "graalpython",
1010
"versionConflictResolution": "latest",
1111

12-
"version": "20.0.0-beta.02",
12+
"version": "19.2.0",
1313
"release": False,
1414
"groupId": "org.graalvm.graalpython",
1515
"url": "http://www.graalvm.org/",

0 commit comments

Comments
 (0)