mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-17 00:31:08 +00:00
Merge pull request #437 from yunti/patch-1
Update Heroku runtime.txt for python 3.5.1
This commit is contained in:
commit
57037df04c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
{% if cookiecutter.use_python2 == 'n' -%}
|
||||
python-3.5.0
|
||||
python-3.5.1
|
||||
{%- endif %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue