Compare commits

..

2 Commits

Author SHA1 Message Date
kennethreitz cd90c7d1d8 v68 2015-10-12 10:39:07 -04:00
kennethreitz ce3c68538d no .heroku/venv 2015-10-12 10:36:34 -04:00
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,5 +1,9 @@
# Python Buildpack Changelog # Python Buildpack Changelog
## v68 (2015-10-12)
Fixed .heroku/venv error with modern apps.
## v67 (2015-10-12) ## v67 (2015-10-12)
Further improved cache compatibility with multi and node.js buildpacks. Further improved cache compatibility with multi and node.js buildpacks.
+1 -1
View File
@@ -20,7 +20,7 @@ CACHE_DIR=$2
ENV_DIR=$3 ENV_DIR=$3
CACHE_ENTRIES=".heroku/python .heroku/python-stack .heroku/python-version .heroku/venv" CACHE_ENTRIES=".heroku/python .heroku/python-stack .heroku/python-version"
# Static configurations for virtualenv caches. # Static configurations for virtualenv caches.
VIRTUALENV_LOC=".heroku/venv" VIRTUALENV_LOC=".heroku/venv"