mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
* support for Python 3.12 and up * removed unused deprecated ugettext imports * fix django main being Python 3.12+ * missed some copypaste
3 lines
90 B
Python
3 lines
90 B
Python
import importlib.metadata
|
|
|
|
__version__ = importlib.metadata.version("django-dbtemplates")
|