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

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


The following commit(s) were added to refs/heads/main by this push:
     new 0bc5ab4cd Fix pelicanconf date syntax
0bc5ab4cd is described below

commit 0bc5ab4cddc9437602b6edd098568d17a09bac58
Author: Jan Høydahl <[email protected]>
AuthorDate: Fri Nov 7 00:49:17 2025 +0100

    Fix pelicanconf date syntax
---
 pelicanconf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index 17549b493..5c74eed45 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -11,7 +11,7 @@ SITEURL = ''
 CURRENTYEAR = date.today().year
 
 SOLR_LATEST_RELEASE = '9.10.0'
-SOLR_LATEST_RELEASE_DATE = datetime(2025, 11, 06)
+SOLR_LATEST_RELEASE_DATE = datetime(2025, 11, 6)
 SOLR_PREVIOUS_MAJOR_RELEASE = '8.11.4'
 
 SOLR_OPERATOR_LATEST_RELEASE = 'v0.9.1'

Reply via email to