You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by is...@apache.org on 2022/11/21 03:13:18 UTC

[solr-site] 01/04: Update version variables for release 9.1.0

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

ishan pushed a commit to branch production
in repository https://gitbox.apache.org/repos/asf/solr-site.git

commit 9188a02d3e1b9ab4047c40282e3ef9ba1a0e2f69
Author: Ishan Chattopadhyaya <is...@apache.org>
AuthorDate: Fri Nov 18 12:06:58 2022 +0530

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

diff --git a/pelicanconf.py b/pelicanconf.py
index 204127011..82ccf02a0 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -10,8 +10,8 @@ SITESUBTITLE = ''
 SITEURL = ''
 CURRENTYEAR = date.today().year
 
-SOLR_LATEST_RELEASE = '9.0.0'
-SOLR_LATEST_RELEASE_DATE = datetime(2022, 5, 12)
+SOLR_LATEST_RELEASE = '9.1.0'
+SOLR_LATEST_RELEASE_DATE = datetime(2022, 11, 18)
 SOLR_PREVIOUS_MAJOR_RELEASE = '8.11.2'
 
 SOLR_OPERATOR_LATEST_RELEASE = 'v0.6.0'