Files
django-anymail/anymail/_version.py
Mike Edmunds 35383c7140 Release 12.0
2024-09-09 12:25:26 -07:00

8 lines
242 B
Python

# Don't import this file directly (unless you are a build system).
# Instead, load version info from the package root.
#: major.minor or major.minor.patch (optionally with .devN suffix)
__version__ = "12.0"
VERSION = __version__.split(",")