Skip to content

Commit

Permalink
Version bump 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jpic committed Feb 19, 2013
1 parent ddf6099 commit 55ac4aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -1,3 +1,5 @@
2.0.3 Unset data-dirty on form submit, to prevent onbeforeunload.

2.0.2 Added confirmFormDiscard and onbeforeunload handler.

2.0.1 Traded POST ping request for a GET ping request, removed CSRF code.
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.0'
# The full version, including alpha/beta/rc tags.
release = '2.0.2'
release = '2.0.3'

# 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 @@ -58,7 +58,7 @@ def run(self):

setup(
name='django-session-security',
version='2.0.2',
version='2.0.3',
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 55ac4aa

Please sign in to comment.