Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-05-18 | 1.8 kB | |
v3.4.0 source code.tar.gz | 2024-05-18 | 33.3 kB | |
v3.4.0 source code.zip | 2024-05-18 | 49.0 kB | |
Totals: 3 Items | 84.2 kB | 1 |
Highlights
- Add support for Django 4.2 and 5.0
- Add support for Python 3.11 and 3.12
- Drop support for EOL Python 3.7
- Drop support for EOL Django 2.2 and 4.0
- Fix bug: type annotations were not used because
py.typed
was not always installed.
What's Changed
- Update README.rst by @Real-Gecko in https://github.com/dfunckt/django-rules/pull/172
- Update pre-commit black and isort version by @hashlash in https://github.com/dfunckt/django-rules/pull/174
- Upgrade GitHub Actions to v3 by @cclauss in https://github.com/dfunckt/django-rules/pull/167
- Add support for Django 4.2, 5.0 and Python 3.11, 3.12 by @georgek in https://github.com/dfunckt/django-rules/pull/179
- fix: install py.typed file so mypy will use included type defs by @federicobond in https://github.com/dfunckt/django-rules/pull/181
- Update pre-commit hooks by @federicobond in https://github.com/dfunckt/django-rules/pull/182
- Improve CI job titles by @federicobond in https://github.com/dfunckt/django-rules/pull/183
- Run mypy as a pre-commit hook by @federicobond in https://github.com/dfunckt/django-rules/pull/184
- Release 3.4.0 by @federicobond in https://github.com/dfunckt/django-rules/pull/188
New Contributors
- @Real-Gecko made their first contribution in https://github.com/dfunckt/django-rules/pull/172
- @hashlash made their first contribution in https://github.com/dfunckt/django-rules/pull/174
- @cclauss made their first contribution in https://github.com/dfunckt/django-rules/pull/167
- @georgek made their first contribution in https://github.com/dfunckt/django-rules/pull/179
- @federicobond made their first contribution in https://github.com/dfunckt/django-rules/pull/181
Full Changelog: https://github.com/dfunckt/django-rules/compare/v3.3.0...v3.4.0