Skip to content

Commit 3eff048

Browse files
committed
feat: add django 5.2 support
1 parent 63cfe0b commit 3eff048

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
python-version: ['3.12']
14-
django-version: ['4.2']
14+
django-version: ['4.2', '5.2']
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Set up Python ${{ matrix.python-version }}

edx_credentials_themes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.4.31'
1+
__version__ = '0.5.0'

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,5 +150,6 @@ def get_version(*file_paths):
150150
'Programming Language :: Python :: 3.12',
151151
'Framework :: Django',
152152
'Framework :: Django :: 4.2',
153+
'Framework :: Django :: 5.2',
153154
],
154155
)

0 commit comments

Comments
 (0)