Latest Release Notes
Version X.X.X - Release Date
New Features
- Feature description
- Another feature description
Improvements
- Improvement description
- Another improvement
Bug Fixes
- Fixed issue description
- Another bug fix
Breaking Changes
- Breaking change description (if any)
Deprecations
- Deprecated feature (if any)
Upgrade Notes
Before Upgrading
- Backup database
- Review breaking changes
- Update dependencies
Upgrade Steps
- Pull latest code
- Run migrations:
python manage.py migrate - Update dependencies:
pip install -r requirements.txt - Restart application
Previous Releases
See Version History for previous release notes.
For questions about releases, contact the development team.