Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
etianen committed Feb 20, 2022
1 parent 6ff1dd5 commit 38c70ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
django-reversion changelog
==========================

4.0.2 - 2022-02-30
5.0.0 - 2022-02-20
------------------

- Added support for using django-reversion contexts in ``asyncio`` tasks (@bellini666).
- **Breaking:** Dropped support for Python 3.6.


4.0.2 - 2022-01-30
------------------

- Improved performance of `createinitialrevisions` management command (@philipstarkey).
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, 2)
__version__ = VERSION = (5, 0, 0)

0 comments on commit 38c70ce

Please sign in to comment.