File: __init__.py

package info (click to toggle)
python-django-extensions 4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 2,820 kB
  • sloc: python: 18,601; javascript: 7,354; makefile: 108; xml: 17
file content (6 lines) | stat: -rw-r--r-- 138 bytes parent folder | download
1
2
3
4
5
6
# -*- coding: utf-8 -*-
from django.utils.version import get_version

VERSION = (4, 1, 0, "final", 0)

__version__ = get_version(VERSION)