DEBSOURCES
Skip Quicknav
sources / django-simple-captcha / 0.6.2-1 / captcha / __init__.py
123456
VERSION = (0, 6, 2) def get_version(): "Return the version as a human-format string." return ".".join([str(i) for i in VERSION])