[Python-modules-commits] [django-session-security] 03/05: Version bump 2.2.3
Jean-Michel Vourgère
nirgal-guest at moszumanska.debian.org
Sat Dec 6 17:21:31 UTC 2014
This is an automated email from the git hooks/post-receive script.
nirgal-guest pushed a commit to branch debian/sid
in repository django-session-security.
commit 112c307e82646ea244fa0244662ac1c6297882f6
Author: jpic <jamespic at gmail.com>
Date: Sat Dec 6 17:18:17 2014 +0100
Version bump 2.2.3
---
AUTHORS | 1 +
CHANGELOG | 2 ++
docs/source/conf.py | 4 ++--
setup.py | 2 +-
4 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/AUTHORS b/AUTHORS
index 2c052d9..c91d381 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -3,6 +3,7 @@
- John David Giese @johndgiese
- Jose Antonio Martin Prieto @jantoniomartin
- Richard Moorhead @autodidacticon
+- Jean-Michel Nirgal Vourgère @nirgal
- Michał Pasternak @mpasternak
- James Pic @jpic
- Matthew Schettler @mschettler
diff --git a/CHANGELOG b/CHANGELOG
index e83f266..2387185 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,5 @@
+2.2.3 #31: Removed a .mo file
+
2.2.2
- #21: Polish translation
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 1789254..17d2161 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -61,7 +61,7 @@ master_doc = 'index'
# General information about the project.
project = u'django-session-security'
-copyright = u'2012-2013, James Pic and contributors'
+copyright = u'2012-2015, James Pic and contributors'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -70,7 +70,7 @@ copyright = u'2012-2013, James Pic and contributors'
# The short X.Y version.
version = '2.2'
# The full version, including alpha/beta/rc tags.
-release = '2.2.0'
+release = '2.2.3'
# 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 f207d0f..fa1f613 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,7 @@ if 'sdist' in sys.argv:
setup(
name='django-session-security',
- version='2.2.2',
+ version='2.2.3',
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