Skip to content

Commit

Permalink
feat: Adding python3.11 support. Dropped django3.2 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Mar 28, 2024
1 parent e5b7a31 commit 9f967f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release_util/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
a collection of Django management commands used for analyzing and manipulating migrations.
"""

__version__ = '1.3.0' # pragma: no cover
__version__ = '1.4.0' # pragma: no cover
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ def get_version(*file_paths):
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.11',
'Framework :: Django',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.2',
],
)

0 comments on commit 9f967f4

Please sign in to comment.