Skip to content

Commit

Permalink
v92
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethreitz committed Dec 20, 2016
1 parent f54dfff commit 99dae0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Python Buildpack Changelog

## v92

Improved cache functionality and fix egg-links regression.

## v91

Bugfix, rolled back to v88.
Expand Down
1 change: 1 addition & 0 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ set-default-env PYTHONPATH /app/
# Install sane-default script for $WEB_CONCURRENCY and $FORWARDED_ALLOW_IPS.
cp $ROOT_DIR/vendor/python.gunicorn.sh $GUNICORN_PROFILE_PATH

# Support for pip install -e.
rm -fr $BUILD_DIR/.heroku/src
deep-cp /app/.heroku/src $BUILD_DIR/.heroku/src

Expand Down

0 comments on commit 99dae0f

Please sign in to comment.