We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 071b046 commit 29c3f10Copy full SHA for 29c3f10
2 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 4.4.0
+current_version = 4.5.0
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
setup.py
@@ -45,7 +45,7 @@
45
46
setup(
47
name='djangorestframework_simplejwt',
48
- version='4.4.0',
+ version='4.5.0',
49
url='https://github.com/SimpleJWT/django-rest-framework-simplejwt',
50
license='MIT',
51
description='A minimal JSON Web Token authentication plugin for Django REST Framework',
0 commit comments