Skip to content

Commit

Permalink
Update package version for django 4.2 support (#327)
Browse files Browse the repository at this point in the history
* fix: bump up the pacakge version for django 4.2 support release


---------

Co-authored-by: Salman Nawaz <salman.nawaz@A006-01081.local>
  • Loading branch information
salman2013 and Salman Nawaz authored Jul 24, 2023
1 parent f4ffe34 commit f9836a1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ Change Log
Unreleased
----------

Added

* Support added for Django 4.2

[5.6.0] - 2023-07-24
--------------------

Changed
~~~~~~~
* Updated and renamed new_relic_nrql_search to search in text widgets as well as NRQL queries
Expand Down
2 changes: 1 addition & 1 deletion edx_django_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
EdX utilities for Django Application development..
"""

__version__ = "5.5.0"
__version__ = "5.6.0"

default_app_config = (
"edx_django_utils.apps.EdxDjangoUtilsConfig"
Expand Down

0 comments on commit f9836a1

Please sign in to comment.