[Python-modules-commits] [django-session-security] 14/18: Version bump 2.2.4 [ci skip]
Jean-Michel Vourgère
nirgal at moszumanska.debian.org
Wed Jun 17 10:37:52 UTC 2015
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 4d31b0bd029844875590f170a9bffa046b8f5554
Author: jpic <jamespic at gmail.com>
Date: Tue Jun 2 13:33:42 2015 +0200
Version bump 2.2.4 [ci skip]
---
AUTHORS | 1 +
CHANGELOG | 2 ++
docs/source/conf.py | 2 +-
setup.py | 2 +-
4 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/AUTHORS b/AUTHORS
index f334325..905b4ec 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,6 @@
- Matt Bosworth @mattbo
- Fabio Caritas Barrionuevo da Luz @luzfcb
+- Pēteris Caune @cuu508
- John David Giese @johndgiese
- Jose Antonio Martin Prieto @jantoniomartin
- Richard Moorhead @autodidacticon
diff --git a/CHANGELOG b/CHANGELOG
index 2387185..869c050 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,5 @@
+2.2.4 #43: Throttle lastActivity updates to once per second by @cuu508
+
2.2.3 #31: Removed a .mo file
2.2.2
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 17d2161..2629c89 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.2'
# The full version, including alpha/beta/rc tags.
-release = '2.2.3'
+release = '2.2.4'
# 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 fa1f613..cae237c 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,7 @@ if 'sdist' in sys.argv:
setup(
name='django-session-security',
- version='2.2.3',
+ version='2.2.4',
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