Releases: artshumrc/catchpy
Releases · artshumrc/catchpy
v2.9.2
Remove license key from pyproject.toml
; empty string causing hatch
build to fail. This is a bug with hatch
that many people are reporting and should be fixed quickly.
Regardless, we should add a real license.
Full Changelog: v2.9.1...v2.9.2
v2.9.1
What's Changed
- Django 5 fixes by @ColeDCrawford in #6
- Conditionally import ZoneInfo; use GHA matrix strategy by @ColeDCrawford in #7
Full Changelog: v.2.9.0...v2.9.1
v.2.9.0
What's Changed
Unpinned dependencies, clearing the way for Django 5 support.
Full Changelog: 2.5.2...v.2.9.0
Experimental: Django Package
This release must be installed into an existing Django application with a package manager such as pip.
Experimental: Django Package 2.8
This release pins deps in pyproject.toml
and removes instructions to add all deps to project requirements. The package manager should automatically install required dependencies.