We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d66b10c commit d4a8f0dCopy full SHA for d4a8f0d
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.3.0
+current_version = 1.4.0
3
commit = True
4
tag = True
5
files = setup.py
setup.py
@@ -23,7 +23,7 @@ def get_long_description():
23
24
setup(
25
name="webstack-django-jwt-auth",
26
- version="1.3.0",
+ version="1.4.0",
27
url="https://github.com/webstack/django-jwt-auth",
28
license="MIT",
29
description="JSON Web Token based authentication for Django",
0 commit comments