Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarychen committed Aug 24, 2024
1 parent 6887d32 commit 38e767c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-ninja-simple-jwt
version = 0.5.0
version = 0.6.0
description = Simple JWT-based authentication using Django and Django-ninja
long_description = file: README.md
url = https://github.com/oscarychen/django-ninja-simple-jwt
Expand All @@ -14,6 +14,7 @@ classifiers =
Framework :: Django :: 4.1
Framework :: Django :: 4.2
Framework :: Django :: 5.0
Framework :: Django :: 5.1
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
lint-py{312}
dj{42,50}-py{310,311,312}
dj{42,50,51}-py{310,311,312}

skip_missing_interpreters =
true
Expand All @@ -20,6 +20,7 @@ deps =
{[base]deps}
dj42: Django>=4.2,<5.0
dj50: Django>=5.0,<5.1
dj51: Django>=5.1,<6.0
commands = python -m django test
setenv =
DJANGO_SETTINGS_MODULE = tests.settings
Expand Down

0 comments on commit 38e767c

Please sign in to comment.