Releases: openedx/edx-django-release-util
Releases · openedx/edx-django-release-util
1.4.0
1.3.0
What's Changed
- Add DEPR workflow automation by @sarina in #55
- fix: Install pip and pip-tools in upgrade script by @Jawayria in #56
- Fix github url strings (org edx -> openedx) by @sarina in #57
- Update standard workflow files. by @feanil in #58
- docs: Update the contributing guidelines link. by @feanil in #59
- feat: Added support for Django 4.2 by @zubairshakoorarbisoft in #60
New Contributors
- @sarina made their first contribution in #55
- @feanil made their first contribution in #58
- @zubairshakoorarbisoft made their first contribution in #60
Full Changelog: 1.2.0...1.3.0
Dropped Support for Django<3.2
What's Changed
- chore: Post Django32 Cleanup by @edx-requirements-bot in #54
Full Changelog: 1.1.1...1.2.0
Run make upgrade for Python 3.8
Run make upgrade for Python 3.8
Added support for Django 3.2
Added support for Django 3.2
Dropped python3.5 support
Dropped python3.5 support
Removed Django<2.2 support, Added Python3.8 support
Merge pull request #40 from edx/usamasadiq/bom-1556 Adding new release to PyPi
Removed Django<2.2 support, Added Python3.8 support
Merge pull request #39 from edx/usamasadiq/bom-1556 Updated Python and Django versions in Tox and Travis
0.4.1 Release
Update check_reserved_keyword management command to accept a file name for writing report data
0.4.0 Release
New management command 'check_reserved_keywords' for validating Django model field names.
Moved repo to use pytest and tox for tests.