Skip to content

Commit b8a083d

Browse files
committed
Announce v2.7.4rc1
1 parent c7346f6 commit b8a083d

File tree

2 files changed

+23
-17
lines changed

2 files changed

+23
-17
lines changed

download.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ For information on installing see [Installation](installation).
1919
This version is supported on Java 8 (minimum) and 11.
2020

2121

22-
## Current Beta Version
23-
A beta version is available (Jython 2.7.4b2).
22+
## Current Release Candidate
23+
A beta version is available (Jython 2.7.4rc1).
2424
It can be downloaded here:
25-
- [Jython Installer](https://repo1.maven.org/maven2/org/python/jython-installer/2.7.4b2/jython-installer-2.7.4b2.jar) - Use this to install Jython.
26-
([metadata](https://search.maven.org/artifact/org.python/jython-installer/2.7.4b2/jar))
27-
- [Jython Standalone](https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.4b2/jython-standalone-2.7.4b2.jar) - Use this to run Jython without installing or to embed Jython in a Java application.
28-
([metadata](https://search.maven.org/artifact/org.python/jython-standalone/2.7.4b2/jar))
29-
- You may cite Jython 2.7.4b2 as a
30-
[dependency in your Maven or Gradle build](https://search.maven.org/artifact/org.python/jython-slim/2.7.4b2/jar).
31-
32-
A build from the repository will identify as Jython 2.7.4b3-something.
25+
- [Jython Installer](https://repo1.maven.org/maven2/org/python/jython-installer/2.7.4rc1/jython-installer-2.7.4rc1.jar) - Use this to install Jython.
26+
([metadata](https://search.maven.org/artifact/org.python/jython-installer/2.7.4rc1/jar))
27+
- [Jython Standalone](https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.4rc1/jython-standalone-2.7.4rc1.jar) - Use this to run Jython without installing or to embed Jython in a Java application.
28+
([metadata](https://search.maven.org/artifact/org.python/jython-standalone/2.7.4rc1/jar))
29+
- You may cite Jython 2.7.4rc1 as a
30+
[dependency in your Maven or Gradle build](https://search.maven.org/artifact/org.python/jython-slim/2.7.4rc1/jar).
31+
32+
A build from the repository will identify as Jython 2.7.4rc2-something.
3333

3434

3535
## Previous Versions

news.md

+13-7
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,28 @@ title: News
44

55
## News
66

7-
### Jython 2.7.4 beta (v2.7.4b2 May 2024)
7+
### Jython 2.7.4 release candidate (v2.7.4rc1 August 2024)
88

9-
A second beta release is now available for Jython 2.7.4
9+
A release candidate is now available for Jython 2.7.4
1010
at [Maven Central](https://search.maven.org/search?q=g:org.python).
1111
It is tested against Java 8 and Java 11.
12+
See [NEWS](https://github.com/jython/jython/blob/v2.7.4rc1/NEWS) for bugs fixed.
1213

13-
Beta 2 adds one interesting feature:
14-
the JARs provide Java (automatic) modules,
15-
the better to support use in modular builds.
16-
See [NEWS](https://github.com/jython/jython/blob/v2.7.4b2/NEWS)
14+
Jython 2.7.4 improves support use in modular builds.
15+
The JARs will appear as (automatic) modules.
16+
See [NEWS](https://github.com/jython/jython/blob/v2.7.4rc1/NEWS)
1717
for guidance on additional options that may be needed to the `java` command
18-
in modular usage.
18+
in a modular project.
1919

2020
This addition should not interfere with traditional use on the class path,
2121
and does not alter Jython launch scripts.
2222

23+
### Jython 2.7.4 beta (v2.7.4b2 May 2024)
24+
25+
A second beta release is now available for Jython 2.7.4
26+
at [Maven Central](https://search.maven.org/search?q=g:org.python).
27+
It is tested against Java 8 and Java 11.
28+
2329
### Jython 2.7.4 beta (v2.7.4b1 April 2024)
2430

2531
A beta release is now available for Jython 2.7.4 at [Maven Central](https://search.maven.org/search?q=g:org.python).

0 commit comments

Comments
 (0)