django-dbtemplates/dbtemplates/__init__.py
Viktor Kálmán ac740e06f3
Support for Python 3.12 and up (#143)
* support for Python 3.12 and up

* removed unused deprecated ugettext imports

* fix django main being Python 3.12+

* missed some copypaste
2025-02-16 21:08:16 +01:00

3 lines
90 B
Python

import importlib.metadata
__version__ = importlib.metadata.version("django-dbtemplates")