Skip to content

Commit

Permalink
fix: added changes requested by usama
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairshakoorarbisoft committed Jul 26, 2023
1 parent cc3f8b9 commit 046d90d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Change Log
Unreleased
~~~~~~~~~~

[4.2.2]- 2023-06-16
[4.3.0]- 2023-07-26
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Support added for Django 4.2
* Added support for Django 4.2

[4.2.1]- 2023-04-26
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion completion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
Completion App
"""

__version__ = '4.2.2'
__version__ = '4.3.0'

default_app_config = 'completion.apps.CompletionAppConfig' # pylint: disable=invalid-name
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ norecursedirs = .* docs requirements
[testenv]
deps =
django32: Django>=3.2,<4.0
django42: Django>=4.2,<4.3
drf314: djangorestframework<3.15.0
drflatest: djangorestframework
-r{toxinidir}/requirements/test.txt
Expand Down

0 comments on commit 046d90d

Please sign in to comment.