You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by md...@apache.org on 2021/04/12 17:17:06 UTC

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

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

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

commit f0fc67f9d15bdbb2c57a6eecf67b34ba175c0b63
Author: Mike Drob <md...@apple.com>
AuthorDate: Mon Apr 12 11:46:37 2021 -0500

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

diff --git a/pelicanconf.py b/pelicanconf.py
index 9ab6a25..cb17120 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -10,8 +10,8 @@ SITESUBTITLE = ''
 SITEURL = ''
 CURRENTYEAR = date.today().year
 
-LUCENE_LATEST_RELEASE = '8.8.1'
-LUCENE_LATEST_RELEASE_DATE = datetime(2021, 2, 22)
+LUCENE_LATEST_RELEASE = '8.8.2'
+LUCENE_LATEST_RELEASE_DATE = datetime(2021, 4, 12)
 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.