Skip to content

Commit

Permalink
Update release notes and version for 5.0.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
willbarton committed Mar 14, 2022
1 parent 422be82 commit fb22253
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Release Notes

## Pending
## 5.0.9

### What's new?

- Fixed a `DeprecationWarning` on Jinja 3+.
- Fixed an `AttributeError` on `AnonymousUser` in the user condition (thanks [@edomora97](https://github.com/edomora97)!)


## 5.0.8

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.8",
version="5.0.9",
include_package_data=True,
packages=find_packages(),
python_requires=">=3.6",
Expand Down

0 comments on commit fb22253

Please sign in to comment.