Skip to content

Commit d9a963c

Browse files
committed
Updated README for python 3.6.5 and CHANGELOG for v135
1 parent dbeca14 commit d9a963c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Python Buildpack Changelog
22

3+
# 135
4+
5+
Upgrade Pipenv to v2018.5.18.
6+
37
# 134
48

59
Default to 3.6.5, bugfixes.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Deploying a Python application couldn't be easier:
2323
$ git push heroku master
2424
2525
-----> Python app detected
26-
-----> Installing python-3.6.4
26+
-----> Installing python-3.6.5
2727
-----> Installing pip
28-
-----> Installing requirements with Pipenv 11.7.1
28+
-----> Installing requirements with Pipenv 2018.5.18
2929
...
3030
Installing dependencies from Pipfile…
3131
-----> Discovering process types
@@ -58,5 +58,5 @@ Or, with a `runtime.txt` file:
5858

5959
Runtime options include:
6060

61-
- `python-3.6.4`
61+
- `python-3.6.5`
6262
- `python-2.7.15`

0 commit comments

Comments
 (0)