@@ -3,37 +3,33 @@ title: Downloads
3
3
---
4
4
5
5
## Current Version
6
- The current version of Jython is 2.7.2
6
+ The current version of Jython is 2.7.3.
7
7
It 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 ) .
14
16
15
17
For information on installing see [ Installation] ( installation ) .
16
18
17
19
This version is supported on Java 8 (minimum) and 11.
18
20
19
21
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.
30
25
31
26
32
27
## Previous Versions
33
28
Previous versions of Jython are available from:
34
29
- [ Jython Installer] ( https://search.maven.org/artifact/org.python/jython-installer )
35
30
- [ Jython Standalone] ( https://search.maven.org/artifact/org.python/jython-standalone )
36
31
32
+
37
33
## OpenPGP Public Keys
38
34
39
35
Release files for supported releases are signed by the following:
@@ -42,7 +38,6 @@ Release files for supported releases are signed by the following:
42
38
43
39
You can validate these keys, using the installer as an example:
44
40
45
-
46
41
``` bash
47
42
gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys [key id]
48
43
0 commit comments