Skip to content

Commit 79d6d8c

Browse files
committed
Announce v2.7.3rc1
We announce the availability of Jython 2.7.3rc1 in the news and downloads sections.
1 parent 5cff259 commit 79d6d8c

File tree

2 files changed

+27
-9
lines changed

2 files changed

+27
-9
lines changed

download.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,16 @@ For information on installing see [Installation](installation).
1717
This version is supported on Java 8 (minimum) and 11.
1818

1919

20-
## Current Beta Version
21-
A beta version is available (Jython 2.7.3b1).
20+
## Current Release Candidate
21+
A release candidate version is available (Jython 2.7.3rc1).
22+
(A "release candidate" is the final safeguard before release of the official version.)
2223
It can be downloaded here:
23-
- [Jython Installer](https://repo1.maven.org/maven2/org/python/jython-installer/2.7.3b1/jython-installer-2.7.3b1.jar) - Use this to install Jython.
24-
([metadata](https://search.maven.org/artifact/org.python/jython-installer/2.7.3b1/jar))
25-
- [Jython Standalone](https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.3b1/jython-standalone-2.7.3b1.jar) - Use this to run Jython without installing or to embed Jython in a Java application.
26-
([metadata](https://search.maven.org/artifact/org.python/jython-standalone/2.7.3b1/jar))
27-
- You may cite Jython 2.7.3b1 as a
28-
[dependency in your Maven or Gradle build](https://search.maven.org/artifact/org.python/jython-slim/2.7.3b1/jar).
24+
- [Jython Installer](https://repo1.maven.org/maven2/org/python/jython-installer/2.7.3rc1/jython-installer-2.7.3rc1.jar) - Use this to install Jython.
25+
([metadata](https://search.maven.org/artifact/org.python/jython-installer/2.7.3rc1/jar))
26+
- [Jython Standalone](https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.3rc1/jython-standalone-2.7.3rc1.jar) - Use this to run Jython without installing or to embed Jython in a Java application.
27+
([metadata](https://search.maven.org/artifact/org.python/jython-standalone/2.7.3rc1/jar))
28+
- You may cite Jython 2.7.3rc1 as a
29+
[dependency in your Maven or Gradle build](https://search.maven.org/artifact/org.python/jython-slim/2.7.3rc1/jar).
2930

3031

3132
## Previous Versions
@@ -51,6 +52,9 @@ gpg --verify jython-installer-[x.y.z].jar.asc \
5152

5253
GPG will report `Good signature from [release owner]`.
5354

54-
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.
55+
GPG may also report a warning unless you explicitly tell it to trust the key.
56+
This is not necessary for one-off verification.
57+
The warning is
58+
[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.
5559

5660

news.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ title: News
44

55
## News
66

7+
### Jython 2.7.3 release candidate (v2.7.3rc1 August 2022)
8+
9+
A release candidate for Jython 2.7.3 is now available at
10+
[Maven Central](https://search.maven.org/search?q=g:org.python).
11+
12+
There is only one change from the beta
13+
(a natural extension to the sequence-matching feature):
14+
15+
- Support Java vararg constructors.
16+
17+
The cumulative feature and bug-fix history is at
18+
[NEWS](https://github.com/jython/jython/blob/v2.7.3rc1/NEWS).
19+
20+
721
### Jython 2.7.3 beta (v2.7.3b1 July 2022)
822

923
A beta release is now available for Jython 2.7.3 at [Maven Central](https://search.maven.org/search?q=g:org.python).

0 commit comments

Comments
 (0)