Skip to content

Commit

Permalink
v5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
etianen committed Sep 19, 2023
1 parent f84a31c commit 05a9505
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.project
.pydevproject
.settings
.venv
*.pyc
*.pyo
dist
Expand Down
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
==========================

5.0.5 - 2023-09-19
------------------

- Handling case of missing object in admin revert (@etianen, @PavelPancocha)
- CI improvements (@etianen, @browniebroke)


5.0.4 - 2022-11-12
------------------

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

0 comments on commit 05a9505

Please sign in to comment.