Skip to content

Commit 0641cf0

Browse files
committed
Update constraints to Plone 6.0.0.1
1 parent bba6263 commit 0641cf0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def source_replace(app, docname, source):
296296
# Dict of replacements.
297297
source_replacements = {
298298
"{PLONE_BACKEND_MINOR_VERSION}": "6.0",
299-
"{PLONE_BACKEND_VERSION}": "6.0.1",
299+
"{PLONE_BACKEND_PATCH_VERSION}": "6.0.0.1",
300300
}
301301

302302

docs/install/manage-add-ons-packages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ If you want to check out a Plone core package for development, or want to overri
6161

6262
```
6363
# constraints.txt with unresolvable version conflict
64-
-c https://dist.plone.org/release/{PLONE_BACKEND_VERSION}/constraints.txt
64+
-c https://dist.plone.org/release/{PLONE_BACKEND_PATCH_VERSION}/constraints.txt
6565
plone.api>=2.0.0a3
6666
```
6767

@@ -106,7 +106,7 @@ zope.testrunner
106106
{file}`constraints.txt`
107107

108108
```ini
109-
-c https://dist.plone.org/release/{PLONE_BACKEND_VERSION}/constraints.txt
109+
-c https://dist.plone.org/release/{PLONE_BACKEND_PATCH_VERSION}/constraints.txt
110110
```
111111

112112
{file}`mx.ini`

0 commit comments

Comments
 (0)