Skip to content

Commit

Permalink
v5.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
etianen committed Aug 9, 2024
1 parent 7c23ff4 commit a8bedda
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
matrix:
python-version: [3.7, 3.8, 3.9, '3.10', '3.11']
django-version:
- '>=5.0,<6.0'
- '>=4.2,<5.0'
- '>=4.1,<4.2'
- '>=4.0,<4.1'
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
django-reversion changelog
==========================

5.0.13 - 2024-08-09
-------------------

- Django 5 support (@jeremy-engel).


5.0.12 - 2024-01-30
-------------------

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

0 comments on commit a8bedda

Please sign in to comment.