Skip to content

Commit

Permalink
build: release new version 8.11.1 (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq authored Oct 11, 2023
1 parent d7ae19c commit 0bc5fbb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ Change Log
Unreleased
----------

[8.11.1] - 2023-10-11
---------------------

Added
~~~~~
* Added support for Django 4.2

[8.11.0] - 2023-10-04
---------------------

Expand Down
2 changes: 1 addition & 1 deletion edx_rest_framework_extensions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
""" edx Django REST Framework extensions. """

__version__ = '8.11.0' # pragma: no cover
__version__ = '8.11.1' # pragma: no cover

0 comments on commit 0bc5fbb

Please sign in to comment.