Skip to content

Commit 12e77bf

Browse files
committed
Version bump 1.2.2
1 parent c559a9c commit 12e77bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
include *.rst *.txt README
2-
recursive-include session_security *.html *.css *.js *.py
2+
recursive-include session_security *.html *.css *.js *.py *.po *.mo

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
# The short X.Y version.
7171
version = '1.2'
7272
# The full version, including alpha/beta/rc tags.
73-
release = '1.2.1'
73+
release = '1.2.2'
7474

7575
# The language for content autogenerated by Sphinx. Refer to documentation
7676
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def read(fname):
3535

3636
setup(
3737
name='django-session-security',
38-
version='1.2.1',
38+
version='1.2.2',
3939
description='Let the user secure his session for usage in public computers',
4040
author='James Pic',
4141
author_email='[email protected]',

0 commit comments

Comments
 (0)