You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by br...@apache.org on 2020/07/14 16:11:24 UTC

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

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

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

commit 481875d098d1975b2f667e37e143b79bec95ce79
Author: Bruno Roustant <br...@salesforce.com>
AuthorDate: Tue Jul 14 15:43:36 2020 +0200

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

diff --git a/pelicanconf.py b/pelicanconf.py
old mode 100644
new mode 100755
index be5430f..9b37395
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -10,8 +10,8 @@ SITESUBTITLE = ''
 SITEURL = ''
 CURRENTYEAR = date.today().year
 
-LUCENE_LATEST_RELEASE = '8.5.2'
-LUCENE_LATEST_RELEASE_DATE = datetime(2020, 5, 26)
+LUCENE_LATEST_RELEASE = '8.6.0'
+LUCENE_LATEST_RELEASE_DATE = datetime(2020, 7, 15)
 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.