Skip to content
Snippets Groups Projects
Unverified Commit d18f1fed authored by Ian Stapleton Cordasco's avatar Ian Stapleton Cordasco Committed by GitHub
Browse files

Merge pull request #710 from KevinBrolly/master

Updated README for python 3.6.5 and CHANGELOG for v135
parents dbeca147 d9a963c8
No related branches found
No related tags found
No related merge requests found
# Python Buildpack Changelog # Python Buildpack Changelog
# 135
Upgrade Pipenv to v2018.5.18.
# 134 # 134
Default to 3.6.5, bugfixes. Default to 3.6.5, bugfixes.
......
...@@ -23,9 +23,9 @@ Deploying a Python application couldn't be easier: ...@@ -23,9 +23,9 @@ Deploying a Python application couldn't be easier:
$ git push heroku master $ git push heroku master
-----> Python app detected -----> Python app detected
-----> Installing python-3.6.4 -----> Installing python-3.6.5
-----> Installing pip -----> Installing pip
-----> Installing requirements with Pipenv 11.7.1… -----> Installing requirements with Pipenv 2018.5.18
... ...
Installing dependencies from Pipfile… Installing dependencies from Pipfile…
-----> Discovering process types -----> Discovering process types
...@@ -58,5 +58,5 @@ Or, with a `runtime.txt` file: ...@@ -58,5 +58,5 @@ Or, with a `runtime.txt` file:
Runtime options include: Runtime options include:
- `python-3.6.4` - `python-3.6.5`
- `python-2.7.15` - `python-2.7.15`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment