Skip to content

Commit efd3fa0

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

File tree

2 files changed

+23
-18
lines changed

2 files changed

+23
-18
lines changed

download.md

+13-18
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,33 @@ title: Downloads
33
---
44

55
## Current Version
6-
The current version of Jython is 2.7.2
6+
The current version of Jython is 2.7.3.
77
It can be downloaded here:
8-
- [Jython Installer](https://repo1.maven.org/maven2/org/python/jython-installer/2.7.2/jython-installer-2.7.2.jar) - Use this to install Jython.
9-
([metadata](https://search.maven.org/artifact/org.python/jython-installer/2.7.2/jar))
10-
- [Jython Standalone](https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.2/jython-standalone-2.7.2.jar) - Use this to run Jython without installing or to embed Jython in a Java application.
11-
([metadata](https://search.maven.org/artifact/org.python/jython-standalone/2.7.2/jar))
12-
- You may cite Jython 2.7.2 as a
13-
[dependency in your Maven or Gradle build](https://search.maven.org/artifact/org.python/jython-slim/2.7.2/jar).
8+
- [Jython Installer](https://repo1.maven.org/maven2/org/python/jython-installer/2.7.3/jython-installer-2.7.3.jar):
9+
Use this to install Jython.
10+
([metadata](https://search.maven.org/artifact/org.python/jython-installer/2.7.3/jar))
11+
- [Jython Standalone](https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.3/jython-standalone-2.7.3.jar):
12+
Use this to run Jython without installing or to embed Jython in a Java application.
13+
([metadata](https://search.maven.org/artifact/org.python/jython-standalone/2.7.3/jar))
14+
- You may cite Jython 2.7.3 as a
15+
[dependency in your Maven or Gradle build](https://search.maven.org/artifact/org.python/jython-slim/2.7.3/jar).
1416

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

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

1921

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.)
23-
It can be downloaded here:
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).
22+
## Current Release Candidate or Beta
23+
There is no current release candidate or beta.
24+
A build from the repository will identify as Jython 2.7.4a1-something.
3025

3126

3227
## Previous Versions
3328
Previous versions of Jython are available from:
3429
- [Jython Installer](https://search.maven.org/artifact/org.python/jython-installer)
3530
- [Jython Standalone](https://search.maven.org/artifact/org.python/jython-standalone)
3631

32+
3733
## OpenPGP Public Keys
3834

3935
Release files for supported releases are signed by the following:
@@ -42,7 +38,6 @@ Release files for supported releases are signed by the following:
4238

4339
You can validate these keys, using the installer as an example:
4440

45-
4641
```bash
4742
gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys [key id]
4843

news.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ title: News
44

55
## News
66

7+
### Jython 2.7.3 release (v2.7.3 September 2022)
8+
9+
A new full release is now available for Jython 2.7.3 at
10+
[Maven Central](https://search.maven.org/search?q=g:org.python).
11+
It is built and tested with Java 8 and tested against Java 11.
12+
13+
The cumulative feature and bug-fix history is at
14+
[NEWS](https://github.com/jython/jython/blob/v2.7.3/NEWS).
15+
16+
717
### Jython 2.7.3 release candidate (v2.7.3rc1 August 2022)
818

919
A release candidate for Jython 2.7.3 is now available at

0 commit comments

Comments
 (0)