mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
7 lines
263 B
Python
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)
|