- Added pypi version check to prompt user if their current version is out of date
1.7.3
Not secure
Fixed
Fixed bug with Heroku HTTP request. When validating heroku name availability, a request is sent to heroku. Their server changed from a 404 response to an “This site can’t be reached” response. Fixed method for validating heroku app name.
1.7.2
Changed
Renamed run --set-py-cmd command
1.7.1
Not secure
Added
- Add `dashtools --report-issue` which directs users to report issue to github
Changed
- Fixed `advanced` template issues where it will not run.
1.7.0
Not secure
Added
- Added `docker --init` command; creates a docker image in the current directory. Adds requirements.txt file and Dockerfile in the current directory if one isn't found.