[Python-modules-commits] [django-session-security] 04/07: Release 2.3.2

Jean-Michel Vourgère nirgal at moszumanska.debian.org
Mon Apr 18 06:12:14 UTC 2016


This is an automated email from the git hooks/post-receive script.

nirgal pushed a commit to branch debian/sid
in repository django-session-security.

commit ef6447b74035724f0cc669bebe496377ff8e1db1
Author: jpic <jamespic at gmail.com>
Date:   Wed Apr 13 00:30:33 2016 +0200

    Release 2.3.2
---
 CHANGELOG           | 4 ++++
 docs/source/conf.py | 2 +-
 setup.py            | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index 0e8bd78..1f44587 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+2.3.2
+
+    - #58: Allow for custom expiration based on request (#65) by @mjschultz
+
 2.3.1
 
     - #57: added redirectTo parameter to the script by Andrei Coman
diff --git a/docs/source/conf.py b/docs/source/conf.py
index c753c1d..94bdf32 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.1'
+release = '2.3.2'
 
 # 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 9fad493..3282698 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,7 @@ if 'sdist' in sys.argv:
 
 setup(
     name='django-session-security',
-    version='2.3.1',
+    version='2.3.2',
     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