Skip to content

Commit fb9af8b

Browse files
committed
Prepare v5.4.5 release
1 parent f465472 commit fb9af8b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v6
1515
with:
16-
python-version: 3.8
16+
python-version: '3.13'
1717
- name: Install Flit
1818
run: pip install flit
1919
- name: Install Dependencies

ninja_jwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Django Ninja JWT - JSON Web Token for Django-Ninja"""
22

3-
__version__ = "5.4.4"
3+
__version__ = "5.4.5"

0 commit comments

Comments
 (0)