[Python-modules-commits] [django-session-security] 09/09: Version bump 2.3.1 [ci skip]
Jean-Michel Vourgère
nirgal at moszumanska.debian.org
Sun Jan 17 04:55:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
nirgal pushed a commit to tag 2.3.1
in repository django-session-security.
commit 002adfcf8c1109ea4e8d1af09833f74a22ece39a
Author: jpic <jamespic at gmail.com>
Date: Sun Jan 3 18:55:34 2016 +0100
Version bump 2.3.1 [ci skip]
---
CHANGELOG | 6 ++++++
docs/source/conf.py | 2 +-
setup.py | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
index ef54948..0e8bd78 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+2.3.1
+
+ - #57: added redirectTo parameter to the script by Andrei Coman
+ - test stabilization with django-sbo-selenium
+ - Django 1.10 support
+
2.3.0 Deprecate support for Django < 1.6
2.2.5 #56: Dj19 support by @eriktelepovsky
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 883cc23..c753c1d 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -70,7 +70,7 @@ copyright = u'2012-2015, James Pic and contributors'
# The short X.Y version.
version = '2.3'
# The full version, including alpha/beta/rc tags.
-release = '2.3.0'
+release = '2.3.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/setup.py b/setup.py
index fb0a19d..9fad493 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,7 @@ if 'sdist' in sys.argv:
setup(
name='django-session-security',
- version='2.3.0',
+ version='2.3.1',
description='Let the user secure his session for usage in public computers',
author='James Pic',
author_email='jamespic at gmail.com',
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-session-security.git
More information about the Python-modules-commits
mailing list