Skip to content

Commit

Permalink
v2.3.2 maintenance update
Browse files Browse the repository at this point in the history
  • Loading branch information
acdha committed Nov 11, 2015
1 parent ebd6083 commit a2c1a06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion haystack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


__author__ = 'Daniel Lindsley'
__version__ = (2, 1, 1, 'dev')
__version__ = (2, 3, 2)


# Setup default logging.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name='django-haystack',
version='2.3.2.dev1',
version='2.3.2',
description='Pluggable search for Django.',
author='Daniel Lindsley',
author_email='daniel@toastdriven.com',
Expand Down

0 comments on commit a2c1a06

Please sign in to comment.