We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c559a9c commit 12e77bfCopy full SHA for 12e77bf
MANIFEST.in
@@ -1,2 +1,2 @@
1
include *.rst *.txt README
2
-recursive-include session_security *.html *.css *.js *.py
+recursive-include session_security *.html *.css *.js *.py *.po *.mo
docs/source/conf.py
@@ -70,7 +70,7 @@
70
# The short X.Y version.
71
version = '1.2'
72
# The full version, including alpha/beta/rc tags.
73
-release = '1.2.1'
+release = '1.2.2'
74
75
# The language for content autogenerated by Sphinx. Refer to documentation
76
# for a list of supported languages.
setup.py
@@ -35,7 +35,7 @@ def read(fname):
35
36
setup(
37
name='django-session-security',
38
- version='1.2.1',
+ version='1.2.2',
39
description='Let the user secure his session for usage in public computers',
40
author='James Pic',
41
author_email='[email protected]',
0 commit comments