Skip to content

Commit 29c3f10

Browse files
author
David Sanders
committed
Bump version: 4.4.0 → 4.5.0
1 parent 071b046 commit 29c3f10

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.4.0
2+
current_version = 4.5.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
setup(
4747
name='djangorestframework_simplejwt',
48-
version='4.4.0',
48+
version='4.5.0',
4949
url='https://github.com/SimpleJWT/django-rest-framework-simplejwt',
5050
license='MIT',
5151
description='A minimal JSON Web Token authentication plugin for Django REST Framework',

0 commit comments

Comments
 (0)