Skip to content

v2.0.0.post1 - Post 2.0.0 Fixes

Compare
Choose a tag to compare
@JSv4 JSv4 released this 30 Jul 02:45
· 615 commits to main since this release
1a584dd

Upgrade Dependencies

The upgrade from Django 3.2* to 4.2.* introduced a syntax change in the management command that caused two django app dependencies to break. In the process of upgrading these, some other dependency issues cropped up.

This release:

  1. Upgrades django app dependencies for full Django 4.2.* compatibility
  2. Upgrades opencv and related dependencies
  3. Introduces additional test cases to improve test coverage.

What's Changed

  • Upgrade Django App Dependencies to work with Django LTS by @JSv4 in #172

Full Changelog: v2.0.0...v2.0.0.post1