Skip to content

Commit dbed777

Browse files
committed
[GR-54502] Fix organization.
PullRequest: graalpython/3375
2 parents 1883329 + 33ae1a2 commit dbed777

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)