0.4.0-dev

This commit is contained in:
James Turk 2012-05-16 13:47:57 -04:00
parent 31435df760
commit 1d441a8f86
3 changed files with 5 additions and 4 deletions

View File

@ -1,11 +1,12 @@
oyster changelog oyster changelog
================ ================
0.3.3-dev 0.4.0-dev
--------- ---------
* S3 storage backend bugfix * S3 storage backend bugfix
* improvements to signal script * lots of improvements to signal script
* oyster.ext cloudsearch, elasticsearch, and superfastmatch * oyster.ext cloudsearch, elasticsearch, and superfastmatch
* use python logging w/ mongo handler
* add tox/python setup.py test (thanks Marc Abramowitz!) * add tox/python setup.py test (thanks Marc Abramowitz!)
0.3.2 0.3.2

View File

@ -1,4 +1,4 @@
__version__ = "0.3.3-dev" __version__ = "0.4.0-dev"
import os import os
os.environ['CELERY_CONFIG_MODULE'] = 'oyster.celeryconfig' os.environ['CELERY_CONFIG_MODULE'] = 'oyster.celeryconfig'

View File

@ -15,7 +15,7 @@ except ImportError:
long_description = open('README.rst').read() long_description = open('README.rst').read()
setup(name="oyster", setup(name="oyster",
version='0.3.3-dev', version='0.4.0-dev',
py_modules=['oyster'], py_modules=['oyster'],
author="James Turk", author="James Turk",
author_email='jturk@sunlightfoundation.com', author_email='jturk@sunlightfoundation.com',