@@ -3,37 +3,33 @@ title: Downloads
33---
44
55## Current Version
6- The current version of Jython is 2.7.2
6+ The current version of Jython is 2.7.3.
77It can be downloaded here:
8- - [ Jython Installer] ( https://repo1.maven.org/maven2/org/python/jython-installer/2.7.2/jython-installer-2.7.2.jar ) - Use this to install Jython.
9- ([ metadata] ( https://search.maven.org/artifact/org.python/jython-installer/2.7.2/jar ) )
10- - [ Jython Standalone] ( https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.2/jython-standalone-2.7.2.jar ) - Use this to run Jython without installing or to embed Jython in a Java application.
11- ([ metadata] ( https://search.maven.org/artifact/org.python/jython-standalone/2.7.2/jar ) )
12- - You may cite Jython 2.7.2 as a
13- [ dependency in your Maven or Gradle build] ( https://search.maven.org/artifact/org.python/jython-slim/2.7.2/jar ) .
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 ) .
1416
1517For information on installing see [ Installation] ( installation ) .
1618
1719This version is supported on Java 8 (minimum) and 11.
1820
1921
20- ## Current Release Candidate
21- A release candidate version is available (Jython 2.7.3rc1).
22- (A "release candidate" is the final safeguard before release of the official version.)
23- It can be downloaded here:
24- - [ Jython Installer] ( https://repo1.maven.org/maven2/org/python/jython-installer/2.7.3rc1/jython-installer-2.7.3rc1.jar ) - Use this to install Jython.
25- ([ metadata] ( https://search.maven.org/artifact/org.python/jython-installer/2.7.3rc1/jar ) )
26- - [ Jython Standalone] ( https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.3rc1/jython-standalone-2.7.3rc1.jar ) - Use this to run Jython without installing or to embed Jython in a Java application.
27- ([ metadata] ( https://search.maven.org/artifact/org.python/jython-standalone/2.7.3rc1/jar ) )
28- - You may cite Jython 2.7.3rc1 as a
29- [ dependency in your Maven or Gradle build] ( https://search.maven.org/artifact/org.python/jython-slim/2.7.3rc1/jar ) .
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.
3025
3126
3227## Previous Versions
3328Previous versions of Jython are available from:
3429- [ Jython Installer] ( https://search.maven.org/artifact/org.python/jython-installer )
3530- [ Jython Standalone] ( https://search.maven.org/artifact/org.python/jython-standalone )
3631
32+
3733## OpenPGP Public Keys
3834
3935Release files for supported releases are signed by the following:
@@ -42,7 +38,6 @@ Release files for supported releases are signed by the following:
4238
4339You can validate these keys, using the installer as an example:
4440
45-
4641``` bash
4742gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys [key id]
4843
0 commit comments