Skip to content

Commit 7a9e382

Browse files
committed
Set appy to 1.0.21
1 parent 8c0bc15 commit 7a9e382

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

base.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ recipe = collective.recipe.cmd
5757
on_install = true
5858
on_update = true
5959
cmds =
60-
${buildout:directory}/bin/pip download --dest=${buildout:download-cache}/dist/ --python-version=3.10 --no-deps appy==1.0.19
60+
${buildout:directory}/bin/pip download --dest=${buildout:download-cache}/dist/ --python-version=3.10 --no-deps appy==1.0.21
6161

6262
[dists-egg]
6363
recipe = zc.recipe.egg
6464
find-links = ${buildout:download-cache}
65-
eggs = appy==1.0.19
65+
eggs = appy==1.0.21
6666

6767
[omelette]
6868
recipe = collective.recipe.omelette

versions-base.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ zipp = 1.2.0
203203
# Required by:
204204
# collective.documentgenerator
205205
# must be synchronized with base.cfg dist !!
206-
appy = 1.0.19
206+
appy = 1.0.21
207207
phonenumbers = 8.13.55
208208

209209
# Required by:

0 commit comments

Comments
 (0)