Skip to content

Commit

Permalink
v5.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
etianen committed Dec 30, 2023
1 parent 085077e commit aa3bb99
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@
django-reversion changelog
==========================

5.0.10 - 2023-12-30
-------------------

- Fix N+1 queries while rendering the ``recover_list.html`` template (@armonge).


5.0.9 - 2023-12-20
------------------

- Fix N+1 queries while rendering the ``recover_list.html`` template (@armonge).
- Broken release.


5.0.8 - 2023-11-08
Expand Down
2 changes: 1 addition & 1 deletion reversion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
get_registered_models,
)

__version__ = VERSION = (5, 0, 9)
__version__ = VERSION = (5, 0, 10)

0 comments on commit aa3bb99

Please sign in to comment.