Skip to content

Commit 25d4501

Browse files
committed
call it Plone 6.0
1 parent ffe5d83 commit 25d4501

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/backend/upgrading/intro.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Using [collective.exportimport](https://pypi.org/project/collective.exportimport
9191

9292
### Plone 5.2: Support for Python 3
9393

94-
Plone 5.2 added support for Python 3 while Plone 6 dropped support for Python 2.
94+
Plone 5.2 added support for Python 3 while Plone 6.0 dropped support for Python 2.
9595
This means that you can use Plone 5.2 to upgrade to Python 3.
9696

9797
This requires that you run Plone in Python 3 and only use code that supports Python 3. It also requires that you migrate the database in a separate step from Python 2 to 3 while Plone is not running.
@@ -100,8 +100,8 @@ See the chapters {ref}`migrating-52-to-python3-label` and {ref}`migrate-zodb-to-
100100

101101
Using [collective.exportimport](https://pypi.org/project/collective.exportimport/) you can export content in Python 2 and import it in Python 3.
102102

103-
### Plone6: Volto as new frontend
103+
### Plone 6.0: Volto as new frontend
104104

105-
Plone 6 comes with a new default frontend called {term}`Volto` which is written in React and expects some subtle but important changes.
105+
Plone 6.0 comes with a new default frontend called {term}`Volto` which is written in React and expects some subtle but important changes.
106106

107107
See {ref}`backend-migrate-to-volto-label` for these specialized migration-steps.

0 commit comments

Comments
 (0)