This commit is contained in:
James Turk 2012-03-10 14:33:32 -08:00
parent 22800601df
commit cca54b6447
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ oyster changelog
0.3.1
-----
**2012-03-10**
* add validation of doc_class
* add ability to do one-time updates
* change how hooks work

View File

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