Skip to content

Commit

Permalink
docs: bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Mar 28, 2024
1 parent 4c6d93c commit 8223fa3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ Unreleased

*

[4.3.0] - 2024-03-29
--------------------

Added
~~~~~~~
* Added support for Python 3.11

Removed
~~~~~~~
* Removed support for Django 3.2

[4.2.0] - 2023-08-03
--------------------

Expand Down
2 changes: 1 addition & 1 deletion auth_backends/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
These package is designed to be used primarily with Open edX Django projects, but should be compatible with non-edX
projects as well.
"""
__version__ = '4.2.0' # pragma: no cover
__version__ = '4.3.0' # pragma: no cover

0 comments on commit 8223fa3

Please sign in to comment.