8000 Announce 2.7.2rc1 (#17) · jython/jython.github.io@10048b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 10048b2

Browse files
authored
Announce 2.7.2rc1 (#17)
Also point URLs uniformly to search.maven.org
1 parent 2df1ed5 commit 10048b2

File tree

2 files changed

+23
-8
lines changed

2 files changed

+23
-8
lines changed

download.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ For information on installing see [Installation](installation).
1111

1212
This version is supported on Java 7 and 8.
1313

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

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

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

2626
## Previous Versions
2727
Previous versions of Jython are available from:
28-
- [Jython Installer](https://search.maven.org/search?q=g:org.python%20AND%20a:jython-installer&core=gav)
29-
- [Jython Standalone](https://mvnrepository.com/artifact/org.python/jython-standalone)
28+
- [Jython Installer](https://search.maven.org/artifact/org.python/jython-installer)
29+
- [Jython Standalone](https://search.maven.org/artifact/org.python/jython-standalone)

news.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ title: News
33
---
44
## News
55

6+
### Jython 2.7.2 release candidate (v2.7.2rc1 March 2020)
7+
8+
A release candidate 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.2b3.
12+
13+
A notable change since beta 3 is the relocation of the package
14+
cache to the working directory.
15+
16+
Fixed bugs are listed in [NEWS](https://github.com/jythontools/jython/blob/v2.7.2rc1/NEWS).
17+
18+
19+
20+
621
### Jython 2.7.2 beta (v2.7.2b3 February 2020)
722

823
A further beta release is now available for Jython 2.7.2 at

0 commit comments

Comments
 (0)
0