You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2022/11/22 14:14:12 UTC

[lucene-site] 01/02: Update version variables for release 9.4.2

This is an automated email from the ASF dual-hosted git repository.

jpountz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene-site.git

commit 0f42bf8c1c23239b3b6bdcc6dc2517fef8d68954
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Tue Nov 22 13:45:49 2022 +0100

    Update version variables for release 9.4.2
---
 pelicanconf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index da0c500f9..c18741683 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -10,8 +10,8 @@ SITESUBTITLE = ''
 SITEURL = ''
 CURRENTYEAR = date.today().year
 
-LUCENE_LATEST_RELEASE = '9.4.1'
-LUCENE_LATEST_RELEASE_DATE = datetime(2022, 10, 24)
+LUCENE_LATEST_RELEASE = '9.4.2'
+LUCENE_LATEST_RELEASE_DATE = datetime(2022, 11, 22)
 LUCENE_PREVIOUS_MAJOR_RELEASE = '8.11.2'
 
 # This string will be appended to all unversioned css and js resources to prevent caching surprises on edits.