We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d521fd1 commit 33bb0d0Copy full SHA for 33bb0d0
buildout.cfg
@@ -10,10 +10,9 @@ extensions = mr.developer
10
allow-picked-versions = false
11
show-picked-versions = true
12
auto-checkout =
13
- grok
14
15
[sources]
16
-grok += branch=drop-z3c-autoinclude
+# Add sources here where you need to override the branch
17
18
[checkversions]
19
recipe = zc.recipe.egg
grok-versions.cfg
@@ -1,7 +1,7 @@
1
[versions]
2
# GROK
3
Chameleon = 4.6.0
4
-grok = 5.1
+grok = 6.0
5
grokcore.annotation = 4.0
6
grokcore.catalog = 4.0
7
grokcore.chameleon = 4.1
0 commit comments