From 787db41cc3bb6a8d409b2ef7d5f6f4d50ec66c38 Mon Sep 17 00:00:00 2001
From: Jens Langhammer <jens.langhammer@haufe-lexware.com>
Date: Fri, 8 Mar 2019 21:43:33 +0100
Subject: [PATCH] prepare for 0.1.7

---
 debian/changelog           | 2 +-
 passbook/saml_idp/views.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a878de228..20367e56c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-passbook (0.1.6) stable; urgency=medium
+passbook (0.1.7) stable; urgency=medium
 
   * bump version: 0.1.3-beta -> 0.1.4-beta
   * implicitly add kubernetes-healthcheck-host in helm configmap
diff --git a/passbook/saml_idp/views.py b/passbook/saml_idp/views.py
index 99c39f26f..f5cf03cd1 100644
--- a/passbook/saml_idp/views.py
+++ b/passbook/saml_idp/views.py
@@ -9,10 +9,10 @@ from django.http import HttpResponse, HttpResponseBadRequest
 from django.shortcuts import get_object_or_404, redirect, render, reverse
 from django.utils.datastructures import MultiValueDictKeyError
 from django.utils.decorators import method_decorator
+from django.utils.translation import gettext as _
 from django.views import View
 from django.views.decorators.csrf import csrf_exempt
 from signxml.util import strip_pem_header
-from django.utils.translation import gettext as _
 
 from passbook.audit.models import AuditEntry
 from passbook.core.models import Application