Skip to content

Commit

Permalink
Update changelog and set release v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fdemmer committed Jan 11, 2024
1 parent 9843575 commit 7cc28e0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion allaccess/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
import logging

__version__ = '1.3.2'
__version__ = '1.3.3'


class NullHandler(logging.Handler):
Expand Down
8 changes: 8 additions & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ Release History

Release and change history for django-all-access

v1.3.3 (2024-04-11)
-----------------------------------

Updates to test matrix and required fixes:

- add Python 3.11 & 3.12
- add Django 4.2 & 5.0
- remove Django 4.0 & 4.1

v1.3.2 (2022-09-06)
-----------------------------------
Expand Down

0 comments on commit 7cc28e0

Please sign in to comment.