This commit is contained in:
James Turk 2012-03-29 23:05:36 -04:00
parent 04a8c0123c
commit 5472e0de60
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,9 @@ oyster changelog
0.3.2 0.3.2
----- -----
* become much more tolerant of duplicates * become much more tolerant of duplicates
* skip S3 test if not prepared
* use doc_class AWS_PREFIX and AWS_BUCKET if set
* add DEFAULT_STORAGE_ENGINE setting
0.3.1 0.3.1
----- -----

View File

@ -1,4 +1,4 @@
__version__ = "0.3.1" __version__ = "0.3.2"
import os import os
os.environ['CELERY_CONFIG_MODULE'] = 'oyster.celeryconfig' os.environ['CELERY_CONFIG_MODULE'] = 'oyster.celeryconfig'