Skip to content

Commit

Permalink
Release 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpic committed Apr 12, 2016
1 parent d0dacbb commit ef6447b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
# 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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def run(self):

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@gmail.com',
Expand Down

0 comments on commit ef6447b

Please sign in to comment.