You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: download.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -11,19 +11,19 @@ For information on installing see [Installation](installation).
11
11
12
12
This version is supported on Java 7 and 8.
13
13
14
-
## Current Beta Version
15
-
A beta version is available (Jython 2.7.2b3).
14
+
## Latest Release Candidate
15
+
A release candidate is available for v2.7.2 (Jython 2.7.2rc1).
16
16
It can be downloaded here:
17
-
-[Jython Installer](https://mvnrepository.com/artifact/org.python/jython-installer/2.7.2b3) - Use this to install Jython.
18
-
-[Jython Standalone](https://mvnrepository.com/artifact/org.python/jython-standalone/2.7.2b3) - Use this to run Jython without installing or to embed Jython in a Java application.
19
-
-(Considered experimental) You may cite Jython 2.7.2b3 as a
20
-
[dependency in your Maven or Gradle build](https://mvnrepository.com/artifact/org.python/jython-slim/2.7.2b3).
17
+
-[Jython Installer](https://search.maven.org/artifact/org.python/jython-installer/2.7.2rc1/jar) - Use this to install Jython.
18
+
-[Jython Standalone](https://search.maven.org/artifact/org.python/jython-standalone/2.7.2rc1/jar) - Use this to run Jython without installing or to embed Jython in a Java application.
19
+
- You may cite Jython 2.7.2rc1 as a
20
+
[dependency in your Maven or Gradle build](https://search.maven.org/artifact/org.python/jython-slim/2.7.2rc1/jar).
21
21
22
22
For information on installing see [Installation](installation).
23
23
24
24
This version is supported on Java 8 (minimum) and 11.
0 commit comments