You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2021/02/01 09:35:41 UTC

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

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

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

commit 88735beb167756b2ac5335a74a1a671ac26f8305
Author: noblepaul <no...@gmail.com>
AuthorDate: Fri Jan 29 17:28:59 2021 +1100

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

diff --git a/pelicanconf.py b/pelicanconf.py
index d9839c4..0d1950b 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -10,8 +10,8 @@ SITESUBTITLE = ''
 SITEURL = ''
 CURRENTYEAR = date.today().year
 
-LUCENE_LATEST_RELEASE = '8.7.0'
-LUCENE_LATEST_RELEASE_DATE = datetime(2020, 11, 3)
+LUCENE_LATEST_RELEASE = '8.8.0'
+LUCENE_LATEST_RELEASE_DATE = datetime(2021, 01, 29)
 LUCENE_PREVIOUS_MAJOR_RELEASE = '7.7.3'
 
 # This string will be appended to all unversioned css and js resources to prevent caching surprises on edits.