github typeddjango/djangorestframework-stubs 1.9.1

latest releases: 3.15.1, 3.15.0, 3.14.5...
19 months ago

Emergency release to fix packaging issues in yesterday's version.

For yet unknown reasons, the wheel package of djangorestframework-stubs 1.9.0 also contained the full source code of Django REST Framework version 3.11. Thus installing djangorestframework-stubs 1.9.0 would overwrite djangorestframework files.

To fix an installation with this issue: pip uninstall djangorestframework djangorestframework-stubs && pip install djangorestframework djangorestframework-stubs==1.9.1 (tweak as necessary if you need a particular djangorestframework version)

Thanks to @monosans for debugging this issue. For details, see #362

What's Changed

Housekeeping

  • Update package metadata: release notes URL, classifiers, maintainer by @intgr in #359
  • Version 1.9.1 release by @intgr in #365

Project CI

Full Changelog: 1.9.0...1.9.1

Don't miss a new djangorestframework-stubs release

NewReleases is sending notifications on new releases.