Skip to content

Commit 190a904

Browse files
committed
Update references from version 6.0.0a4 to 6.0.0a6
1 parent 745b86f commit 190a904

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/install/source-step-by-step.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ site-packages/
6868
Install Plone 6 with constrained requirements using `pip`.
6969

7070
```shell
71-
pip install Plone -c https://dist.plone.org/release/6.0.0a4/constraints.txt
71+
pip install Plone -c https://dist.plone.org/release/6.0.0a6/constraints.txt
7272
```
7373

7474
````{admonition} mkwsgiinstance's minimal Zope configuration
@@ -104,7 +104,7 @@ mkwsgiinstance -u admin:admin -d .
104104
python3.9 -m venv venv
105105
source venv/bin/activate
106106
pip install -U pip wheel
107-
pip install Plone -c https://dist.plone.org/release/6.0.0a4/constraints.txt
107+
pip install Plone -c https://dist.plone.org/release/6.0.0a6/constraints.txt
108108
mkwsgiinstance -u admin:admin -d .
109109
```
110110
````
@@ -246,7 +246,7 @@ If you want to checkout a Plone Core package for development or just want to ove
246246

247247
```
248248
# constraints.txt with unresolvable version conflict
249-
-c https://dist.plone.org/release/6.0.0a4/constraints.txt
249+
-c https://dist.plone.org/release/6.0.0a6/constraints.txt
250250
plone.api>=2.0.0a3
251251
```
252252
@@ -272,7 +272,7 @@ collective.easyform
272272
{file}`constraints.txt`
273273

274274
```ini
275-
-c https://dist.plone.org/release/6.0.0a4/constraints.txt
275+
-c https://dist.plone.org/release/6.0.0a6/constraints.txt
276276

277277
# constraints of add-ons
278278
collective.easyform==3.4.5

docs/install/source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Choose from 1, 2 [1]: 1
137137
requirements_out [requirements-mxdev.txt]:
138138
admin_user [admin]:
139139
admin_password []: admin
140-
plone_version [6.0.0a2]: 6.0.0a4
140+
plone_version [6.0.0a2]: 6.0.0a6
141141
listen [localhost:8080]:
142142
```
143143

0 commit comments

Comments
 (0)