Skip to content

Commit 33ae1a2

Browse files
committed
Developer info is consistent with other suites.
1 parent 61ee57d commit 33ae1a2

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
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 24.2.0
7+
* Updated developer metadata of Maven artifacts.
8+
69
## Version 24.1.0
710
* Update to Python 3.11.7
811
* We now provide intrinsified `_pickle` module also in the community version.

mx.graalpython/suite.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"url": "http://www.graalvm.org/",
1717

1818
"developer": {
19-
"name": "Truffle and Graal developers",
20-
"email": "graalvm-users@oss.oracle.com",
21-
"organization": "Graal",
19+
"name": "GraalVM Development",
20+
"email": "graalvm-dev@oss.oracle.com",
21+
"organization": "Oracle Corporation",
2222
"organizationUrl": "http://www.graalvm.org/",
2323
},
2424

0 commit comments

Comments
 (0)