Files
django-anymail/anymail/_version.py
Mike Edmunds e15b3ce1ec Release 10.2
2023-10-25 13:01:30 -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__ = "10.2"
VERSION = __version__.split(",")