From ea3f0423301d9b93c940d48dd68cb3ab781e7998 Mon Sep 17 00:00:00 2001 From: Traver Tischio Date: Mon, 9 Sep 2019 11:37:38 -0400 Subject: [PATCH] Bump release for 1.2.2 (#8) --- CHANGELOG.txt | 4 ++++ jwt_devices/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7777061..298ab60 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,10 @@ # Change Log All notable changes to this project will be documented in this file. +## [1.2.2] - 2019-09-09 +### Fixed +- fixed exception check in views + ## [1.2.1] - 2018-10-25 ### Added - a test to enforce completeness of migrations diff --git a/jwt_devices/__init__.py b/jwt_devices/__init__.py index ff68bba..95d5648 100644 --- a/jwt_devices/__init__.py +++ b/jwt_devices/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- __title__ = "Django Rest Framework JWT Devices" -__version__ = "1.2.1" +__version__ = "1.2.2" __author__ = "Michal Proszek" __license__ = "MIT" __copyright__ = "Copyright 2017-2018 Arabella"