We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a5f4d commit fcdc32eCopy full SHA for fcdc32e
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.18.0
+current_version = 1.19.0
3
commit = True
4
tag = True
5
tag_name = {new_version}
CHANGELOG.md
@@ -13,7 +13,7 @@ time.
13
14
.. towncrier release notes start
15
16
-v1.18.0 (2021-03-29)
+1.19.0 (2021-03-29)
17
====================
18
19
Features
src/rest_framework_jwt/__init__.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
__title__ = 'drf-jwt'
-__version__ = '1.18.0'
+__version__ = '1.19.0'
__author__ = 'José Padilla, Styria Digital'
6
__license__ = 'MIT'
7
__copyright__ = '2014-2017 Blimp LLC, 2018 Styria Digital'
0 commit comments