@@ -7,19 +7,33 @@ The current version of Jython is 2.7.4.
77It can be applied:
88- By downloading the [ Jython Installer] ( https://repo1.maven.org/maven2/org/python/jython-installer/2.7.4/jython-installer-2.7.4.jar ) .
99 Use this to install Jython as an application locally.
10- (Descriptive metadata [ here] ( https://central.sonatype.com/artifact/org.python/jython-installer ) .)
11- - As a [ dependency in your build] ( https://central.sonatype.com/artifact/org.python/jython-slim ) .
10+ (Descriptive metadata [ here] ( https://central.sonatype.com/artifact/org.python/jython-installer/2.7.4 ) .)
11+ - As a [ dependency in your build] ( https://central.sonatype.com/artifact/org.python/jython-slim/2.7.4 ) .
1212 Embed Jython in a Java application using the snippet provided for your preferred build tool.
1313- As the [ Jython Standalone JAR] ( https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.4/jython-standalone-2.7.4.jar ) .
1414 Download this to run Jython without installing, or as a JAR on the class path of a Java application.
1515 Some users cite this as
16- [ a dependency] ( https://central.sonatype.com/artifact/org.python/jython-standalone ) .
16+ [ a dependency] ( https://central.sonatype.com/artifact/org.python/jython-standalone/2.7.4 ) .
1717
1818For information on installing see [ Installation] ( installation ) .
1919
2020This version is supported on Java 8 (minimum) and 11.
2121
2222
23+ ## Current Beta Version
24+ A beta version is available (Jython 2.7.5b1).
25+ It can be applied:
26+ - Using the [ Jython Installer] ( https://repo1.maven.org/maven2/org/python/jython-installer/2.7.5b1/jython-installer-2.7.5b1.jar ) .
27+ (Descriptive metadata [ here] ( https://central.sonatype.com/artifact/org.python/jython-installer/2.7.5b1 ) .)
28+ - As a [ dependency in your build] ( https://central.sonatype.com/artifact/org.python/jython-slim/2.7.5b1 ) .
29+ - As the [ Jython Standalone JAR] ( https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.5b1/jython-standalone-2.7.5b1.jar ) .
30+
31+
32+ This version is supported on Java 8 (minimum), 11, 17 and 25.
33+
34+ A build from the repository will identify as Jython 2.7.5b2-something.
35+
36+
2337## Previous Versions
2438Previous versions of Jython are available from:
2539- [ Jython Installer] ( https://central.sonatype.com/artifact/org.python/jython-installer/versions )
0 commit comments