Skip to content

Commit 2df1ed5

Browse files
authored
Announce Jython 2.7.2b3 (#16)
* Announce Jython 2.7.2b3 Announcement in news.md, and update current versions linked from downloads page to b3.
1 parent fda3482 commit 2df1ed5

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

download.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ For information on installing see [Installation](installation).
1212
This version is supported on Java 7 and 8.
1313

1414
## Current Beta Version
15-
A beta version is available (Jython 2.7.2b2).
15+
A beta version is available (Jython 2.7.2b3).
1616
It can be downloaded here:
17-
- [Jython Installer](http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7.2b2/jython-installer-2.7.2b2.jar) - Use this to install Jython.
18-
- [Jython Standalone](http://search.maven.org/remotecontent?filepath=org/python/jython-standalone/2.7.2b2/jython-standalone-2.7.2b2.jar) - Use this to run Jython without installing or to embed Jython in a Java application.
19-
- (Considered experimental) You may cite Jython 2.7.2b2 as a
20-
[dependency in your Maven or Gradle build](https://search.maven.org/artifact/org.python/jython-slim/2.7.2b2/jar).
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).
2121

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

news.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,21 @@ title: News
33
---
44
## News
55

6-
### Jython 2.7.2 beta (November 2019)
6+
### Jython 2.7.2 beta (v2.7.2b3 February 2020)
7+
8+
A further beta release is now available for Jython 2.7.2 at
9+
[Maven Central](https://search.maven.org/search?q=g:org.python).
10+
It is built and tested with Java 8 and tested against Java 11.
11+
This fixes bugs raised in response to v2.7.2b2 and updates certain JARs.
12+
Although past predictions of releases have not been very reliable,
13+
we predict a release candidate in the week beginning 24 February.
14+
15+
Notable new features are as already listed for v2.7.2b2.
16+
17+
Fixed bugs are listed in [NEWS](https://github.com/jythontools/jython/blob/v2.7.2b3/NEWS).
18+
19+
20+
### Jython 2.7.2 beta (v2.7.2b2 November 2019)
721

822
A beta release is now available for Jython 2.7.2 at [Maven Central](https://search.maven.org/search?q=g:org.python).
923
It is tested against Java 8 and Java 11.

0 commit comments

Comments
 (0)