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