Skip to content

Commit

Permalink
v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
etianen committed Nov 4, 2021
1 parent 8b9b141 commit dbf8749
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
django-reversion changelog
==========================

4.0.1 - 2021-11-04
------------------

- Django 4.0b support (@smithdc1, @kevinmarsh).
- Optimized ``VersionQuerySet.get_deleted``.


4.0.0 - 2021-07-09
------------------

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 = (4, 0, 0)
__version__ = VERSION = (4, 0, 1)

0 comments on commit dbf8749

Please sign in to comment.