You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2020/08/14 15:12:36 UTC

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

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

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

commit 6e28a8b6999a76e0057dc740e7d27c167d3740bd
Author: Houston Putman <hp...@apple.com>
AuthorDate: Fri Aug 14 10:51:37 2020 -0400

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

diff --git a/pelicanconf.py b/pelicanconf.py
index 9b37395..01a18af 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -10,8 +10,8 @@ SITESUBTITLE = ''
 SITEURL = ''
 CURRENTYEAR = date.today().year
 
-LUCENE_LATEST_RELEASE = '8.6.0'
-LUCENE_LATEST_RELEASE_DATE = datetime(2020, 7, 15)
+LUCENE_LATEST_RELEASE = '8.6.1'
+LUCENE_LATEST_RELEASE_DATE = datetime(2020, 8, 14)
 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.