Releases: pinax/pinax-cli
Releases · pinax/pinax-cli
1.1.4
- Restore support for Django 1.11 with Python 2.7
1.1.3
- Drop support for Python 2.7 and Django < 2.0; require Python 3.4+ and Django 2.0+
1.1.2
- Use Django v1.11 for project creation if installed Python == 2.7
- Add usage examples, color, and sub-command short description to help
- Add
crayons
and django
requirements to setup.py
1.1.1
- Fix post-start cleanup path references
1.1.0
- Drop Python 3.3 support
- Add
--location
option for "start" command
- Standardize documentation layout
- Move documentation into README.md
- Convert CI and coverage to CircleCi and CodeCov
- Add PyPi-compatible long description
- Improve .gitignore