Skip to content

Commit 7e46cdf

Browse files
committed
Update buildout-base.cfg
1 parent 21e9030 commit 7e46cdf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

buildout/buildout-base.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ configdir = /etc/devilry
33

44
[buildout]
55
# 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
6+
extends = https://raw.github.com/devilry/devilry-django/v1.4.5/versions.cfg
77
#extends = https://raw.github.com/devilry/devilry-django/master/versions.cfg
88

99
show-picked-versions = true
@@ -106,7 +106,7 @@ eggs =
106106
recipe = gitrecipe
107107
repository = https://github.com/devilry/devilry-django.git
108108
#rev = origin/master
109-
rev = v1.4.4.2
109+
rev = v1.4.5
110110

111111
[django]
112112
recipe = djangoprojectrecipe

0 commit comments

Comments
 (0)