Coverage for /home/marco/Code/django-simple-captcha/captcha/__init__.py: 100.00%

3 statements  

« prev     ^ index     » next       coverage.py v7.6.5, created at 2024-11-15 09:22 +0100

1VERSION = (0, 6, 1) 

2 

3 

4def get_version(): 

5 "Return the version as a human-format string." 

6 return ".".join([str(i) for i in VERSION])