Skip to content

Commit 6205844

Browse files
committed
Bump version to v0.3.3
1 parent b8ff0c4 commit 6205844

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

baipw/tests/test_middleware.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from unittest import mock
22
from unittest.mock import MagicMock
33

4-
import django
54
from django.core.exceptions import PermissionDenied
65
from django.test import RequestFactory, TestCase, override_settings
76

@@ -401,7 +400,6 @@ def test_auth_header_not_consumed_with_consumption_disabled(self):
401400
self.middleware(self.request)
402401
self.assertIn('HTTP_AUTHORIZATION', self.request.META)
403402

404-
405403
@override_settings(
406404
BASIC_AUTH_LOGIN='testtest',
407405
BASIC_AUTH_PASSWORD='testtest',

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-basic-auth-ip-whitelist
3-
version = 0.3.3a0
3+
version = 0.3.3
44
description = Hide your Django site behind basic authentication mechanism with IP whitelisting support.
55
long-description = file: README.rst
66
author = Tomasz Knapik

0 commit comments

Comments
 (0)