Skip to content

Commit 4e8550e

Browse files
committed
Bump version: 1.19.1 → 1.19.2
1 parent fc07cb7 commit 4e8550e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.19.1
2+
current_version = 1.19.2
33
commit = True
44
tag = True
55
tag_name = {new_version}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ time.
1313

1414
.. towncrier release notes start
1515

16-
v1.19.1 (2022-01-08)
16+
1.19.2 (2022-01-08)
1717
====================
1818

1919
Bugfixes

src/rest_framework_jwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

33
__title__ = 'drf-jwt'
4-
__version__ = '1.19.1'
4+
__version__ = '1.19.2'
55
__author__ = 'José Padilla, Styria Digital'
66
__license__ = 'MIT'
77
__copyright__ = '2014-2017 Blimp LLC, 2018 Styria Digital'

0 commit comments

Comments
 (0)