Skip to content

Commit f3660aa

Browse files
authored
Announce v2.7.4 (#37)
* Announce v2.7.4 Update current version and links. Note that maven.org now redirects to central.sonatype.com, and with semantics that seem to allow "version independent" links to work smoothly.
1 parent 9c4574f commit f3660aa

File tree

2 files changed

+23
-26
lines changed

2 files changed

+23
-26
lines changed

download.md

+14-26
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,26 @@ title: Downloads
33
---
44

55
## Current Version
6-
The current version of Jython is 2.7.3.
7-
It can be downloaded here:
8-
- [Jython Installer](https://repo1.maven.org/maven2/org/python/jython-installer/2.7.3/jython-installer-2.7.3.jar):
9-
Use this to install Jython.
10-
([metadata](https://search.maven.org/artifact/org.python/jython-installer/2.7.3/jar))
11-
- [Jython Standalone](https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.3/jython-standalone-2.7.3.jar):
12-
Use this to run Jython without installing or to embed Jython in a Java application.
13-
([metadata](https://search.maven.org/artifact/org.python/jython-standalone/2.7.3/jar))
14-
- You may cite Jython 2.7.3 as a
15-
[dependency in your Maven or Gradle build](https://search.maven.org/artifact/org.python/jython-slim/2.7.3/jar).
6+
The current version of Jython is 2.7.4.
7+
It can be applied:
8+
- By downloading the [Jython Installer](https://central.sonatype.com/artifact/org.python/jython-installer).
9+
Use this to install Jython as an application locally.
10+
- As a [dependency in your Maven or Gradle build](https://central.sonatype.com/artifact/org.python/jython-slim).
11+
Use this to embed Jython in a Java application, using the snippet provided at the link.
12+
- As the [Jython Standalone JAR](https://central.sonatype.com/artifact/org.python/jython-standalone).
13+
Download this to run Jython without installing or as a JAR on the class path of a Java application.
1614

1715
For information on installing see [Installation](installation).
1816

1917
This version is supported on Java 8 (minimum) and 11.
2018

2119

22-
## Current Release Candidate
23-
A release candidate is available (Jython 2.7.4rc1).
24-
It can be downloaded here:
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.
33-
34-
3520
## Previous Versions
3621
Previous versions of Jython are available from:
37-
- [Jython Installer](https://search.maven.org/artifact/org.python/jython-installer)
38-
- [Jython Standalone](https://search.maven.org/artifact/org.python/jython-standalone)
22+
- [Jython Installer](https://central.sonatype.com/artifact/org.python/jython-installer/versions)
23+
- [Jython Slim JAR](https://central.sonatype.com/artifact/org.python/jython-slim/versions)
24+
- [Jython Standalone](https://central.sonatype.com/artifact/org.python/jython-standalone/versions)
25+
3926

4027

4128
## OpenPGP Public Keys
@@ -58,6 +45,7 @@ GPG will report `Good signature from [release owner]`.
5845
GPG may also report a warning unless you explicitly tell it to trust the key.
5946
This is not necessary for one-off verification.
6047
The warning is
61-
[explained here](https://security.stackexchange.com/questions/147447/gpg-why-is-my-trusted-key-not-certified-with-a-trusted-signature). The signing keys are listed above to allow validation independent of the file repository.
48+
[explained here](https://security.stackexchange.com/questions/147447/gpg-why-is-my-trusted-key-not-certified-with-a-trusted-signature).
49+
The signing keys are listed above to allow validation independent of the file repository.
6250

6351

news.md

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ title: News
44

55
## News
66

7+
### Jython 2.7.4 release (v2.7.4 August 2024)
8+
9+
A new full release is now available for Jython 2.7.4
10+
at [Maven Central](https://central.sonatype.com/search?q=jython&namespace=org.python).
11+
It is tested against Java 8 and Java 11.
12+
See [NEWS](https://github.com/jython/jython/blob/v2.7.4/NEWS)
13+
for bugs fixed and features added.
14+
15+
716
### Jython 2.7.4 release candidate (v2.7.4rc1 August 2024)
817

918
A release candidate is now available for Jython 2.7.4

0 commit comments

Comments
 (0)