From eb3c6919aca5c69ed4223d84e079452cd030f967 Mon Sep 17 00:00:00 2001 From: James Turk Date: Thu, 10 May 2012 11:37:52 -0400 Subject: [PATCH] 0.3.3-dev --- changelog.rst | 8 ++++---- oyster/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/changelog.rst b/changelog.rst index c641bd9..e71acbe 100644 --- a/changelog.rst +++ b/changelog.rst @@ -1,12 +1,12 @@ oyster changelog ================ -0.3.3 ------ -**2012-04-16** +0.3.3-dev +--------- * S3 storage backend bugfix * 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 ----- diff --git a/oyster/__init__.py b/oyster/__init__.py index 22d100e..2d6642c 100644 --- a/oyster/__init__.py +++ b/oyster/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.3.2" +__version__ = "0.3.3-dev" import os os.environ['CELERY_CONFIG_MODULE'] = 'oyster.celeryconfig' diff --git a/setup.py b/setup.py index 60ba072..303e05f 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ except ImportError: long_description = open('README.rst').read() setup(name="oyster", - version='0.3.2', + version='0.3.3-dev', py_modules=['oyster'], author="James Turk", author_email='jturk@sunlightfoundation.com',