diff --git a/CHANGELOG.md b/CHANGELOG.md index 111f2007..65f46356 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Update AngularJS version to 1.4.8 (@luzfcb) - Update version of cookiecutter, pytest, tox, whitenoise, django-test-plus, django_coverage_plugin, Werkzeug, hitchserve, tornado, unixpackage (@luzfcb) - Update 'now' date in cookiecutter.json (@luzfcb) +- `sh` package version pinned to `1.11` (@luzfcb) ## [2015-11-22] ### Changed diff --git a/requirements.txt b/requirements.txt index 4c9e2387..fc7dd593 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ cookiecutter==1.3.0 flake8==2.5.0 -sh +sh==1.11 binaryornot==0.4.0 # Debugging