Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Announce Jython 2.7.2rc1
  • Loading branch information
jeff5 committed Mar 3, 2020
commit 743931e74f51ed5770a148211f311c894b86ebf6
12 changes: 6 additions & 6 deletions download.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ 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://mvnrepository.com/artifact/org.python/jython-installer/2.7.2rc1) - Use this to install Jython.
- [Jython Standalone](https://mvnrepository.com/artifact/org.python/jython-standalone/2.7.2rc1) - 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://mvnrepository.com/artifact/org.python/jython-slim/2.7.2rc1).

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

Expand Down
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