We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c3d033 commit adafd74Copy full SHA for adafd74
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.17.2
+current_version = 1.17.3
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.17.2 (2020-12-14)
+1.17.3 (2020-12-14)
17
====================
18
19
Bugfixes
src/rest_framework_jwt/__init__.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
__title__ = 'drf-jwt'
-__version__ = '1.17.2'
+__version__ = '1.17.3'
__author__ = 'José Padilla, Styria Digital'
6
__license__ = 'MIT'
7
__copyright__ = '2014-2017 Blimp LLC, 2018 Styria Digital'
0 commit comments