Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bashu committed Aug 11, 2015
1 parent 89bd551 commit aa3a6dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion django_su/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

# The fake password we will use to authenticate su'ed users
SECRET_PASSWORD = os.urandom(64)
VERSION = (0, 4, 8)

__version__ = '0.4.8'
__version__ = '.'.join([str(n) for n in VERSION])

0 comments on commit aa3a6dd

Please sign in to comment.