Files
django-anymail/anymail/_version.py
Mike Edmunds 78ccd72fbe Release 11.0
2024-06-23 13:22:31 -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__ = "11.0"
VERSION = __version__.split(",")