Files
django-anymail/anymail/_version.py
Mike Edmunds 6cb1a8b4e9 Release 11.1
2024-08-07 12:37:35 -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.1"
VERSION = __version__.split(",")