Skip to content

Commit

Permalink
feat: adding python3.12 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Mar 13, 2024
1 parent cfc3e43 commit b2c05f2
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 @@ -14,6 +14,14 @@ Change Log
Unreleased
**********

3.6.0
*****

Added
=====

* feat: support for python3.12.

3.5.0
*****

Expand Down
2 changes: 1 addition & 1 deletion djpyfs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# pylint: disable=django-not-configured
"""init file"""
__version__ = '3.5.0'
__version__ = '3.6.0'

0 comments on commit b2c05f2

Please sign in to comment.