We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2aac97 commit 266e4deCopy full SHA for 266e4de
1 file changed
buildout/buildout-base.cfg
@@ -3,7 +3,7 @@ configdir = /etc/devilry
3
4
[buildout]
5
# NOTE: The revision (commit ID, branch or tag) is the last path-segment before ``versions.cfg``.
6
-extends = https://raw.github.com/devilry/devilry-django/v1.4.7/versions.cfg
+extends = https://raw.github.com/devilry/devilry-django/v1.4.8/versions.cfg
7
#extends = https://raw.github.com/devilry/devilry-django/master/versions.cfg
8
9
show-picked-versions = true
@@ -106,7 +106,7 @@ eggs =
106
recipe = gitrecipe
107
repository = https://github.com/devilry/devilry-django.git
108
#rev = origin/master
109
-rev = v1.4.7
+rev = v1.4.8
110
111
[django]
112
recipe = djangoprojectrecipe
0 commit comments