Files
django-anymail/anymail/_version.py
Mike Edmunds 136ba59ceb Release 11.0.1
2024-07-11 13:02:30 -07:00

8 lines
244 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.1"
VERSION = __version__.split(",")