Skip to content

Commit

Permalink
Release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpic committed Feb 5, 2017
1 parent 22ae6d5 commit 1622459
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
@@ -1,3 +1,10 @@
2.4.1

- #87: Add dutch translation by @rdekker1
- #81: Django 1.10 support by @eriktelepovsky
- #79: Removed compiled binary from source by @nirgal to comply with
Debian's source code repository policy

2.4.0

- #75 Fix vulnerability when SESSION_EXPIRE_AT_BROWSER_CLOSE is off
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -70,7 +70,7 @@
# The short X.Y version.
version = '2.4'
# The full version, including alpha/beta/rc tags.
release = '2.4.0'
release = '2.4.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@ def run(self):

setup(
name='django-session-security',
version='2.4.0',
version='2.4.1',
description='Let the user secure his session for usage in public computers',
author='James Pic',
author_email='jamespic@gmail.com',
Expand Down

0 comments on commit 1622459

Please sign in to comment.