Skip to content

Commit 892c7f1

Browse files
committed
Fix Plone 6 constraints file in addon template
1 parent b5e1ef9 commit 892c7f1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Changelog
1010
- mockup_pattern: Fix .prettierignore file to not exclude files within the /resources directory.
1111
[thet]
1212

13+
- Fix Plone 6 constraints file in addon template
14+
[MrTango]
15+
1316

1417
6.2.5 (2023-03-02)
1518
------------------

bobtemplates/plone/addon/constraints_plone60.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-c https://dist.plone.org/release/6.0-dev/requirements.txt
1+
-c https://dist.plone.org/release/6.0-latest/constraints.txt
22

33
#setuptools==54.0.0
44
#zc.buildout==3.0.0b2

0 commit comments

Comments
 (0)