File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Python Buildpack Changelog
2
2
3
+ # 135
4
+
5
+ Upgrade Pipenv to v2018.5.18.
6
+
3
7
# 134
4
8
5
9
Default to 3.6.5, bugfixes.
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ Deploying a Python application couldn't be easier:
23
23
$ git push heroku master
24
24
…
25
25
-----> Python app detected
26
- -----> Installing python-3.6.4
26
+ -----> Installing python-3.6.5
27
27
-----> Installing pip
28
- -----> Installing requirements with Pipenv 11.7.1 …
28
+ -----> Installing requirements with Pipenv 2018.5.18 …
29
29
...
30
30
Installing dependencies from Pipfile…
31
31
-----> Discovering process types
@@ -58,5 +58,5 @@ Or, with a `runtime.txt` file:
58
58
59
59
Runtime options include:
60
60
61
- - ` python-3.6.4 `
61
+ - ` python-3.6.5 `
62
62
- ` python-2.7.15 `
You can’t perform that action at this time.
0 commit comments