Repository: aurora Updated Branches: refs/heads/master 4b9033982 -> 3380572a9
Upgrade to virtualenv 12.1.1 Reviewed at https://reviews.apache.org/r/33403/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/3380572a Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/3380572a Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/3380572a Branch: refs/heads/master Commit: 3380572a976337d28a846375bd220b1674006165 Parents: 4b90339 Author: Bill Farner <[email protected]> Authored: Tue Apr 21 11:48:29 2015 -0700 Committer: Bill Farner <[email protected]> Committed: Tue Apr 21 11:48:29 2015 -0700 ---------------------------------------------------------------------- build-support/virtualenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/3380572a/build-support/virtualenv ---------------------------------------------------------------------- diff --git a/build-support/virtualenv b/build-support/virtualenv index 1cdfc7f..334653b 100755 --- a/build-support/virtualenv +++ b/build-support/virtualenv @@ -14,7 +14,7 @@ # # Wrapper for self-bootstrapping virtualenv set -ex -VIRTUALENV_VERSION=12.0.7 +VIRTUALENV_VERSION=12.1.1 if which python2.7 >/dev/null; then PY=`which python2.7`
