From 5131610cb28ded5f91c8a4b397dacef4121c2573 Mon Sep 17 00:00:00 2001 From: Vinod Kurup Date: Fri, 8 Dec 2017 18:30:03 -0500 Subject: [PATCH] Bump version for 1.4.0 --- AUTHORS | 2 ++ LICENSE.txt | 2 +- bandit/__init__.py | 2 +- docs/conf.py | 2 +- docs/releases.rst | 9 +++++++++ 5 files changed, 14 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 08cca5f..f6f7e68 100644 --- a/AUTHORS +++ b/AUTHORS @@ -8,3 +8,5 @@ Tobias McNulty Alvin Chow Vinod Kurup Gavin Wahl +Arne de Laat (@153957) +Jaap Roes (@jaap3) diff --git a/LICENSE.txt b/LICENSE.txt index a87e2a5..9637315 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2011-2016, Caktus Consulting Group, LLC +Copyright (c) 2011-2018, Caktus Consulting Group, LLC All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/bandit/__init__.py b/bandit/__init__.py index d7ed8ec..4009bd6 100644 --- a/bandit/__init__.py +++ b/bandit/__init__.py @@ -4,7 +4,7 @@ __version_info__ = { 'major': 1, - 'minor': 3, + 'minor': 4, 'micro': 0, 'releaselevel': 'final', } diff --git a/docs/conf.py b/docs/conf.py index 7e6fe63..ed2d6ce 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,7 +43,7 @@ # General information about the project. project = u'django-email-bandit' -copyright = u'2011-2016, Caktus Consulting Group' +copyright = u'2011-2018, Caktus Consulting Group' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/docs/releases.rst b/docs/releases.rst index d9c1ff8..b3b699c 100644 --- a/docs/releases.rst +++ b/docs/releases.rst @@ -26,6 +26,15 @@ to a ``DeprecationWarning`` and the following release the feature and it's relat code will be removed. +v1.4 (released 2017-12-08) +-------------------------- + +- Added support for Django 2.0 and Python 3.5 +- Dropped support for Django 1.5, 1.6, 1.7, 1.9 and Python 3.4 +- Documentation improvements +- Support more email address formats (#19) + + v1.3 (released 2017-10-31) --------------------------