We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9165f4 commit 841d4cfCopy full SHA for 841d4cf
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.4.0
+current_version = 1.5.0
3
commit = True
4
tag = True
5
files = setup.py
setup.py
@@ -24,7 +24,7 @@ def get_long_description():
24
25
setup(
26
name="webstack-django-jwt-auth",
27
- version="1.4.0",
+ version="1.5.0",
28
url="https://github.com/webstack/django-jwt-auth",
29
license="MIT",
30
description="JSON Web Token based authentication for Django",
0 commit comments