Skip to content

Commit

Permalink
Update version variables for release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HoustonPutman committed Mar 21, 2022
1 parent 9d4efbe commit 14d71f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pelicanconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
SOLR_LATEST_RELEASE_DATE = datetime(2021, 12, 16)
SOLR_PREVIOUS_MAJOR_RELEASE = '7.7.3'

SOLR_OPERATOR_LATEST_RELEASE = 'v0.5.0'
SOLR_OPERATOR_LATEST_RELEASE_DATE = datetime(2021, 11, 16)
SOLR_OPERATOR_LATEST_RELEASE = 'v0.5.1'
SOLR_OPERATOR_LATEST_RELEASE_DATE = datetime(2022, 3, 21)
SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE = 'v0.4.0'

# This string will be appended to all unversioned css and js resources to prevent caching surprises on edits.
Expand Down

0 comments on commit 14d71f6

Please sign in to comment.