You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2021/10/18 14:06:36 UTC

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

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

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

commit 7f79d1600e3e22b35b49202021c2017bdc913c52
Author: Mayya Sharipova <ma...@elastic.co>
AuthorDate: Mon Oct 18 09:11:34 2021 -0400

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

diff --git a/pelicanconf.py b/pelicanconf.py
index 43bb1e6..318803d 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -10,8 +10,8 @@ SITESUBTITLE = ''
 SITEURL = ''
 CURRENTYEAR = date.today().year
 
-LUCENE_LATEST_RELEASE = '8.10.0'
-LUCENE_LATEST_RELEASE_DATE = datetime(2021, 9, 27)
+LUCENE_LATEST_RELEASE = '8.10.1'
+LUCENE_LATEST_RELEASE_DATE = datetime(2021, 10, 18)
 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.