This is an automated email from the ASF dual-hosted git repository. houston pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/solr-site.git
commit 61db99e504d697b2bb86f1b34927382f0ccc5ec8 Author: Houston Putman <[email protected]> AuthorDate: Mon Sep 13 13:58:07 2021 -0400 Update version variables for release v0.4.0 --- pelicanconf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 970d3dd..fc4bfee 100755 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -14,9 +14,9 @@ SOLR_LATEST_RELEASE = '8.9.0' SOLR_LATEST_RELEASE_DATE = datetime(2021, 6, 16) SOLR_PREVIOUS_MAJOR_RELEASE = '7.7.3' -SOLR_OPERATOR_LATEST_RELEASE = 'v0.3.0' -SOLR_OPERATOR_LATEST_RELEASE_DATE = datetime(2021, 4, 29) -SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE = 'v0.2.8' +SOLR_OPERATOR_LATEST_RELEASE = 'v0.4.0' +SOLR_OPERATOR_LATEST_RELEASE_DATE = datetime(2021, 9, 13) +SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE = 'v0.3.0' # This string will be appended to all unversioned css and js resources to prevent caching surprises on edits. # The theme's htaccess file also sets a cache-control header with longer lifetime, if the v=XXXX query string is added.
