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
16 changes: 8 additions & 8 deletions download.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ For information on installing see [Installation](installation).

This version is supported on Java 7 and 8.

## Current Beta Version
A beta version is available (Jython 2.7.2b3).
## Latest Release Candidate
A release candidate is available for v2.7.2 (Jython 2.7.2rc1).
It can be downloaded here:
- [Jython Installer](https://mvnrepository.com/artifact/org.python/jython-installer/2.7.2b3) - Use this to install Jython.
- [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.
- (Considered experimental) You may cite Jython 2.7.2b3 as a
[dependency in your Maven or Gradle build](https://mvnrepository.com/artifact/org.python/jython-slim/2.7.2b3).
- [Jython Installer](https://search.maven.org/artifact/org.python/jython-installer/2.7.2rc1/jar) - Use this to install Jython.
- [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.
- You may cite Jython 2.7.2rc1 as a
[dependency in your Maven or Gradle build](https://search.maven.org/artifact/org.python/jython-slim/2.7.2rc1/jar).

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

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

## Previous Versions
Previous versions of Jython are available from:
- [Jython Installer](https://search.maven.org/search?q=g:org.python%20AND%20a:jython-installer&core=gav)
- [Jython Standalone](https://mvnrepository.com/artifact/org.python/jython-standalone)
- [Jython Installer](https://search.maven.org/artifact/org.python/jython-installer)
- [Jython Standalone](https://search.maven.org/artifact/org.python/jython-standalone)
15 changes: 15 additions & 0 deletions news.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ title: News
---
## News

### Jython 2.7.2 release candidate (v2.7.2rc1 March 2020)

A release candidate is now available for Jython 2.7.2 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.
This fixes bugs raised in response to v2.7.2b3.

A notable change since beta 3 is the relocation of the package
cache to the working directory.

Fixed bugs are listed in [NEWS](https://github.com/jythontools/jython/blob/v2.7.2rc1/NEWS).




### Jython 2.7.2 beta (v2.7.2b3 February 2020)

A further beta release is now available for Jython 2.7.2 at
Expand Down