Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 13 additions & 18 deletions download.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,33 @@ title: Downloads
---

## Current Version
The current version of Jython is 2.7.2
The current version of Jython is 2.7.3.
It can be downloaded here:
- [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.
([metadata](https://search.maven.org/artifact/org.python/jython-installer/2.7.2/jar))
- [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.
([metadata](https://search.maven.org/artifact/org.python/jython-standalone/2.7.2/jar))
- You may cite Jython 2.7.2 as a
[dependency in your Maven or Gradle build](https://search.maven.org/artifact/org.python/jython-slim/2.7.2/jar).
- [Jython Installer](https://repo1.maven.org/maven2/org/python/jython-installer/2.7.3/jython-installer-2.7.3.jar):
Use this to install Jython.
([metadata](https://search.maven.org/artifact/org.python/jython-installer/2.7.3/jar))
- [Jython Standalone](https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.3/jython-standalone-2.7.3.jar):
Use this to run Jython without installing or to embed Jython in a Java application.
([metadata](https://search.maven.org/artifact/org.python/jython-standalone/2.7.3/jar))
- You may cite Jython 2.7.3 as a
[dependency in your Maven or Gradle build](https://search.maven.org/artifact/org.python/jython-slim/2.7.3/jar).

For information on installing see [Installation](installation).

This version is supported on Java 8 (minimum) and 11.


## Current Release Candidate
A release candidate version is available (Jython 2.7.3rc1).
(A "release candidate" is the final safeguard before release of the official version.)
It can be downloaded here:
- [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.
([metadata](https://search.maven.org/artifact/org.python/jython-installer/2.7.3rc1/jar))
- [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.
([metadata](https://search.maven.org/artifact/org.python/jython-standalone/2.7.3rc1/jar))
- You may cite Jython 2.7.3rc1 as a
[dependency in your Maven or Gradle build](https://search.maven.org/artifact/org.python/jython-slim/2.7.3rc1/jar).
## Current Release Candidate or Beta
There is no current release candidate or beta.
A build from the repository will identify as Jython 2.7.4a1-something.


## Previous Versions
Previous versions of Jython are available from:
- [Jython Installer](https://search.maven.org/artifact/org.python/jython-installer)
- [Jython Standalone](https://search.maven.org/artifact/org.python/jython-standalone)


## OpenPGP Public Keys

Release files for supported releases are signed by the following:
Expand All @@ -42,7 +38,6 @@ Release files for supported releases are signed by the following:

You can validate these keys, using the installer as an example:


```bash
gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys [key id]

Expand Down
10 changes: 10 additions & 0 deletions news.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ title: News

## News

### Jython 2.7.3 release (v2.7.3 September 2022)

A new full release is now available for Jython 2.7.3 at
[Maven Central](https://search.maven.org/search?q=g:org.python).
It is built and tested with Java 8 and tested against Java 11.

The cumulative feature and bug-fix history is at
[NEWS](https://github.com/jython/jython/blob/v2.7.3/NEWS).


### Jython 2.7.3 release candidate (v2.7.3rc1 August 2022)

A release candidate for Jython 2.7.3 is now available at
Expand Down