File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,17 @@ For information on installing see [Installation](installation).
1919This version is supported on Java 8 (minimum) and 11.
2020
2121
22- ## Current Release Candidate or Beta
23- There is no current release candidate or beta.
24- A build from the repository will identify as Jython 2.7.4a1-something.
22+ ## Current Beta Version
23+ A beta version is available (Jython 2.7.4b1).
24+ It can be downloaded here:
25+ - [ Jython Installer] ( https://repo1.maven.org/maven2/org/python/jython-installer/2.7.4b1/jython-installer-2.7.4b1.jar ) - Use this to install Jython.
26+ ([ metadata] ( https://search.maven.org/artifact/org.python/jython-installer/2.7.4b1/jar ) )
27+ - [ Jython Standalone] ( https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.4b1/jython-standalone-2.7.4b1.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.4b1/jar ) )
29+ - You may cite Jython 2.7.4b1 as a
30+ [ dependency in your Maven or Gradle build] ( https://search.maven.org/artifact/org.python/jython-slim/2.7.4b1/jar ) .
31+
32+ A build from the repository will identify as Jython 2.7.4b2-something.
2533
2634
2735## Previous Versions
Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ title: News
44
55## News
66
7+ ### Jython 2.7.4 beta (v2.7.4b1 April 2024)
8+
9+ A beta release is now available for Jython 2.7.4 at [ Maven Central] ( https://search.maven.org/search?q=g:org.python ) .
10+ It is tested against Java 8 and Java 11.
11+ Thanks to all those who have helped identify and fix bugs.
12+
13+
714### Jython 2.7.3 release (v2.7.3 September 2022)
815
916A new full release is now available for Jython 2.7.3 at
You can’t perform that action at this time.
0 commit comments