Skip to content

Commit 47909cf

Browse files
authored
Merge pull request #1631 from plone/bump-docker-6.0.10.1
Bump PLONE_BACKEND_PATCH_VERSION for docker image to 6.0.10.1
2 parents c43639e + 4bbef41 commit 47909cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,9 @@ def source_replace(app, docname, source):
341341
# Dict of replacements.
342342
source_replacements = {
343343
"{PLONE_BACKEND_MINOR_VERSION}": "6.0",
344-
"{PLONE_BACKEND_PATCH_VERSION}": "6.0.9",
344+
"{PLONE_BACKEND_PATCH_VERSION}": "6.0.10.1",
345345
"{NVM_VERSION}": "0.39.5",
346-
"{SUPPORTED_PYTHON_VERSIONS}": "3.8, 3.9, 3.10, or 3.11",
346+
"{SUPPORTED_PYTHON_VERSIONS}": "3.8, 3.9, 3.10, 3.11, or 3.12",
347347
}
348348

349349

0 commit comments

Comments
 (0)