You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2023/01/30 14:26:19 UTC

[lucene-site] 01/04: Update version variables for release 9.5.0

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

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

commit 30bc77c9f838bebce015c81612d5e97ef6047b05
Author: Luca Cavanna <ja...@apache.org>
AuthorDate: Mon Jan 30 14:21:14 2023 +0100

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

diff --git a/pelicanconf.py b/pelicanconf.py
index 0ecaa028a..970b09b21 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -10,8 +10,8 @@ SITESUBTITLE = ''
 SITEURL = ''
 CURRENTYEAR = date.today().year
 
-LUCENE_LATEST_RELEASE = '9.4.2'
-LUCENE_LATEST_RELEASE_DATE = datetime(2022, 11, 21)
+LUCENE_LATEST_RELEASE = '9.5.0'
+LUCENE_LATEST_RELEASE_DATE = datetime(2023, 01, 30)
 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.