0.3.3-dev
This commit is contained in:
parent
43d4979913
commit
eb3c6919ac
@ -1,12 +1,12 @@
|
|||||||
oyster changelog
|
oyster changelog
|
||||||
================
|
================
|
||||||
|
|
||||||
0.3.3
|
0.3.3-dev
|
||||||
-----
|
---------
|
||||||
**2012-04-16**
|
|
||||||
* S3 storage backend bugfix
|
* S3 storage backend bugfix
|
||||||
* improvements to signal script
|
* improvements to signal script
|
||||||
* oyster.ext cloudsearch and superfastmatch
|
* oyster.ext cloudsearch, elasticsearch, and superfastmatch
|
||||||
|
* add tox/python setup.py test (thanks Marc Abramowitz!)
|
||||||
|
|
||||||
0.3.2
|
0.3.2
|
||||||
-----
|
-----
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
__version__ = "0.3.2"
|
__version__ = "0.3.3-dev"
|
||||||
|
|
||||||
import os
|
import os
|
||||||
os.environ['CELERY_CONFIG_MODULE'] = 'oyster.celeryconfig'
|
os.environ['CELERY_CONFIG_MODULE'] = 'oyster.celeryconfig'
|
||||||
|
2
setup.py
2
setup.py
@ -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.2',
|
version='0.3.3-dev',
|
||||||
py_modules=['oyster'],
|
py_modules=['oyster'],
|
||||||
author="James Turk",
|
author="James Turk",
|
||||||
author_email='jturk@sunlightfoundation.com',
|
author_email='jturk@sunlightfoundation.com',
|
||||||
|
Loading…
Reference in New Issue
Block a user