From a10a9db67dac9007ae3e93a489060f57b19838e1 Mon Sep 17 00:00:00 2001 From: Jeff Allen Date: Sun, 30 Aug 2026 08:32:02 +0100 Subject: [PATCH] Announce v2.7.5b1 --- download.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/download.md b/download.md index 1642ce4..217d175 100644 --- a/download.md +++ b/download.md @@ -7,19 +7,33 @@ The current version of Jython is 2.7.4. It can be applied: - By downloading the [Jython Installer](https://repo1.maven.org/maven2/org/python/jython-installer/2.7.4/jython-installer-2.7.4.jar). Use this to install Jython as an application locally. - (Descriptive metadata [here](https://central.sonatype.com/artifact/org.python/jython-installer).) -- As a [dependency in your build](https://central.sonatype.com/artifact/org.python/jython-slim). + (Descriptive metadata [here](https://central.sonatype.com/artifact/org.python/jython-installer/2.7.4).) +- As a [dependency in your build](https://central.sonatype.com/artifact/org.python/jython-slim/2.7.4). Embed Jython in a Java application using the snippet provided for your preferred build tool. - As the [Jython Standalone JAR](https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.4/jython-standalone-2.7.4.jar). Download this to run Jython without installing, or as a JAR on the class path of a Java application. Some users cite this as - [a dependency](https://central.sonatype.com/artifact/org.python/jython-standalone). + [a dependency](https://central.sonatype.com/artifact/org.python/jython-standalone/2.7.4). For information on installing see [Installation](installation). This version is supported on Java 8 (minimum) and 11. +## Current Beta Version +A beta version is available (Jython 2.7.5b1). +It can be applied: +- Using the [Jython Installer](https://repo1.maven.org/maven2/org/python/jython-installer/2.7.5b1/jython-installer-2.7.5b1.jar). + (Descriptive metadata [here](https://central.sonatype.com/artifact/org.python/jython-installer/2.7.5b1).) +- As a [dependency in your build](https://central.sonatype.com/artifact/org.python/jython-slim/2.7.5b1). +- As the [Jython Standalone JAR](https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.5b1/jython-standalone-2.7.5b1.jar). + + +This version is supported on Java 8 (minimum), 11, 17 and 25. + +A build from the repository will identify as Jython 2.7.5b2-something. + + ## Previous Versions Previous versions of Jython are available from: - [Jython Installer](https://central.sonatype.com/artifact/org.python/jython-installer/versions)