NewsBlur/vendor/seacucumber/__init__.py

7 lines
263 B
Python

"""
Sea Cucumber is a Django email backend for Amazon Simple Email Service,
backed by celery. The interesting bits are in backend.py and tasks.py. The
rest of the contents of this module are largely optional.
"""
# In the form of Major, Minor.
VERSION = (1, 3)