Skip to content

Commit 841d4cf

Browse files
committed
Bump version: 1.4.0 → 1.5.0
1 parent d9165f4 commit 841d4cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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 = 1.4.0
2+
current_version = 1.5.0
33
commit = True
44
tag = True
55
files = setup.py

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def get_long_description():
2424

2525
setup(
2626
name="webstack-django-jwt-auth",
27-
version="1.4.0",
27+
version="1.5.0",
2828
url="https://github.com/webstack/django-jwt-auth",
2929
license="MIT",
3030
description="JSON Web Token based authentication for Django",

0 commit comments

Comments
 (0)