[Python-modules-commits] [django-session-security] 03/16: Release 2.3.3

Jean-Michel Vourgère nirgal at moszumanska.debian.org
Tue Sep 13 17:04:15 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 b9ec3c463d5d268bbd4ac129ffd68b824f0fc941
Author: jpic <jamespic at gmail.com>
Date:   Mon Aug 15 13:53:58 2016 +0200

    Release 2.3.3
---
 CHANGELOG                       | 2 ++
 setup.py                        | 2 +-
 test_project/static/favicon.ico | 0
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG
index 1f44587..60f2968 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,5 @@
+2.3.3 #69: Encode response to JSON by Tatsh
+
 2.3.2
 
     - #58: Allow for custom expiration based on request (#65) by @mjschultz
diff --git a/setup.py b/setup.py
index 3282698..6eaee69 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,7 @@ if 'sdist' in sys.argv:
 
 setup(
     name='django-session-security',
-    version='2.3.2',
+    version='2.3.3',
     description='Let the user secure his session for usage in public computers',
     author='James Pic',
     author_email='jamespic at gmail.com',
diff --git a/test_project/static/favicon.ico b/test_project/static/favicon.ico
deleted file mode 100644
index e69de29..0000000

-- 
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