Skip to content

Commit

Permalink
fix: do not define django_app_config (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVZ96 committed Nov 3, 2023
1 parent 5e5177e commit 8546b13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Change Log
Unreleased
~~~~~~~~~~

[4.4.1] - 2023-10-27
~~~~~~~~~~~~~~~~~~~~
* Fix RemovedInDjango41Warning by removing `django_app_config`

[4.4.0] - 2023-10-20
~~~~~~~~~~~~~~~~~~~~
* Added tracking logs for completion events
Expand Down
3 changes: 1 addition & 2 deletions completion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
Completion App
"""

__version__ = '4.4.0'

default_app_config = 'completion.apps.CompletionAppConfig' # pylint: disable=invalid-name
__version__ = '4.4.1'

0 comments on commit 8546b13

Please sign in to comment.