* .coverage files generated by run_unit_tests.sh was incorrectly referencing source code in /app which mean [coveralls](https://pypi.org/project/coveralls/) coverage data upload was failing
Removed
* Nothing
0.5.5
Added
* added run_flake8.sh, run_pip_check.sh, run_shellcheck.sh and run_unit_tests.sh
* per [this bug](https://bugs.launchpad.net/cloud-images/+bug/1569237) pinning Xenial to a box version that fixes the bug
Removed
* Nothing
0.5.3
Added
* now supporting Ubuntu 16.04 (Xenial) as well as 14.04 (Trusty)
Changed
* twine 1.10.0 -> 1.11.0
Removed
* Nothing
0.5.2
Added
* [memcached](http://memcached.org) is now installed as part of standard provisioning
Changed
* default value for --nginx command line option of create_dev_env.sh is now zero which means by default the VM's port 8085 is not exposed to the host which means nginx won't be exposed to the host by default * changes to enable dev_env_nosetests.py to work when dev-env installed as a site package * ndg-httpsclient 0.4.3 -> 0.4.4