Skip to content

Commit

Permalink
Marked Haystack as 1.0.0 release candidate 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
toastdriven committed Nov 23, 2009
1 parent e3c06f3 commit 8068190
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion haystack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


__author__ = 'Daniel Lindsley'
__version__ = (1, 0, 0, 'beta')
__version__ = (1, 0, 0, 'rc1')
__all__ = ['backend']


Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='django-haystack',
version='1.0.0b',
version='1.0.0-rc1',
description='Pluggable search for Django.',
author='Daniel Lindsley',
author_email='daniel@toastdriven.com',
Expand All @@ -19,7 +19,7 @@
package_data={
'haystack': ['templates/search_configuration/*']
},
classifiers=['Development Status :: 4 - Beta',
classifiers=['Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 8068190

Please sign in to comment.