We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e9030 commit 7e46cdfCopy full SHA for 7e46cdf
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.4.2/versions.cfg
+extends = https://raw.github.com/devilry/devilry-django/v1.4.5/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.4.2
+rev = v1.4.5
110
111
[django]
112
recipe = djangoprojectrecipe
0 commit comments