From 5bde1b505fc6f2405232be8a72b789e1cba583c3 Mon Sep 17 00:00:00 2001 From: wesleybl Date: Wed, 21 Feb 2024 23:29:48 -0300 Subject: [PATCH] Uses Plone 6.0 in buildout.cfg --- buildout.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/buildout.cfg b/buildout.cfg index 03169be..257c82b 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -1,3 +1,2 @@ [buildout] -extends = plone-5.2.x.cfg - +extends = plone-6.0.x.cfg