Skip to content

Announce v2.7.4 #37

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 21, 2024
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
40 changes: 14 additions & 26 deletions download.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,26 @@ title: Downloads
---

## Current Version
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.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).
The current version of Jython is 2.7.4.
It can be applied:
- By downloading the [Jython Installer](https://central.sonatype.com/artifact/org.python/jython-installer).
Use this to install Jython as an application locally.
- As a [dependency in your Maven or Gradle build](https://central.sonatype.com/artifact/org.python/jython-slim).
Use this to embed Jython in a Java application, using the snippet provided at the link.
- As the [Jython Standalone JAR](https://central.sonatype.com/artifact/org.python/jython-standalone).
Download this to run Jython without installing or as a JAR on the class path of a Java application.

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

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


## Current Release Candidate
A release candidate is available (Jython 2.7.4rc1).
It can be downloaded here:
- [Jython Installer](https://repo1.maven.org/maven2/org/python/jython-installer/2.7.4rc1/jython-installer-2.7.4rc1.jar) - Use this to install Jython.
([metadata](https://search.maven.org/artifact/org.python/jython-installer/2.7.4rc1/jar))
- [Jython Standalone](https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.4rc1/jython-standalone-2.7.4rc1.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.4rc1/jar))
- You may cite Jython 2.7.4rc1 as a
[dependency in your Maven or Gradle build](https://search.maven.org/artifact/org.python/jython-slim/2.7.4rc1/jar).

A build from the repository will identify as Jython 2.7.4rc2-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)
- [Jython Installer](https://central.sonatype.com/artifact/org.python/jython-installer/versions)
- [Jython Slim JAR](https://central.sonatype.com/artifact/org.python/jython-slim/versions)
- [Jython Standalone](https://central.sonatype.com/artifact/org.python/jython-standalone/versions)



## OpenPGP Public Keys
Expand All @@ -58,6 +45,7 @@ GPG will report `Good signature from [release owner]`.
GPG may also report a warning unless you explicitly tell it to trust the key.
This is not necessary for one-off verification.
The warning is
[explained here](https://security.stackexchange.com/questions/147447/gpg-why-is-my-trusted-key-not-certified-with-a-trusted-signature). The signing keys are listed above to allow validation independent of the file repository.
[explained here](https://security.stackexchange.com/questions/147447/gpg-why-is-my-trusted-key-not-certified-with-a-trusted-signature).
The signing keys are listed above to allow validation independent of the file repository.


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

## News

### Jython 2.7.4 release (v2.7.4 August 2024)

A new full release is now available for Jython 2.7.4
at [Maven Central](https://central.sonatype.com/search?q=jython&namespace=org.python).
It is tested against Java 8 and Java 11.
See [NEWS](https://github.com/jython/jython/blob/v2.7.4/NEWS)
for bugs fixed and features added.


### Jython 2.7.4 release candidate (v2.7.4rc1 August 2024)

A release candidate is now available for Jython 2.7.4
Expand Down