Skip to content

Commit

Permalink
Prepare for 5.0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
willbarton committed Jan 26, 2022
1 parent 00c32fa commit 54bb466
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Release Notes

## Pending release
## 5.0.8

### What's new?

- Prevent `RemovedInDjango41Warning` about `default_app_config` for Django 3.2+.
- Prevent `RemovedInDjango41Warning` about `default_app_config` for Django 3.2+ (thanks [@adamchainz](https://github.com/adamchainz)!)

## 5.0.7

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
long_description=open("README.md", "r", encoding="utf-8").read(),
long_description_content_type="text/markdown",
license="CC0",
version="5.0.7",
version="5.0.8",
include_package_data=True,
packages=find_packages(),
python_requires=">=3.6",
Expand Down

0 comments on commit 54bb466

Please sign in to comment.