mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
8 lines
242 B
Python
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(",")
|