You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ge...@apache.org on 2020/10/08 18:41:35 UTC

[lucene-site] 01/03: Update version variables for release 8.6.3

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

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

commit c826845ba9b876a5cc9577b22deb8672fc0762cd
Author: Jason Gerlowski <ja...@lucidworks.com>
AuthorDate: Thu Oct 8 13:23:48 2020 -0400

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

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