File: __init__.py

package info (click to toggle)
python-django-adminplus 0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 164 kB
  • sloc: python: 209; sh: 43; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 92 bytes parent folder | download
1
2
3
4
5
6
"""
Django-AdminPlus module
"""

VERSION = (0, 6)
__version__ = '.'.join(map(str, VERSION))