You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by at...@apache.org on 2020/11/04 05:00:56 UTC

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

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

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

commit 3c807212073a3404d7658379247fa5f0a5ade1ea
Author: Atri Sharma <at...@gmail.com>
AuthorDate: Tue Nov 3 22:06:40 2020 +0530

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

diff --git a/pelicanconf.py b/pelicanconf.py
index 97a925c..d9839c4 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -10,8 +10,8 @@ SITESUBTITLE = ''
 SITEURL = ''
 CURRENTYEAR = date.today().year
 
-LUCENE_LATEST_RELEASE = '8.6.3'
-LUCENE_LATEST_RELEASE_DATE = datetime(2020, 10, 8)
+LUCENE_LATEST_RELEASE = '8.7.0'
+LUCENE_LATEST_RELEASE_DATE = datetime(2020, 11, 3)
 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.