Skip to content

Commit

Permalink
Merge branch 'hotfix/version-error'
Browse files Browse the repository at this point in the history
  • Loading branch information
crucialfelix committed Aug 22, 2012
2 parents 9268620 + 2ae36fd commit a3e8d27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ajax_select/__init__.py
@@ -1,8 +1,8 @@
"""JQuery-Ajax Autocomplete fields for Django Forms""" """JQuery-Ajax Autocomplete fields for Django Forms"""
__version__ = "1.2.4" __version__ = "1.2.5"
__author__ = "crucialfelix" __author__ = "crucialfelix"
__contact__ = "crucialfelix@gmail.com" __contact__ = "crucialfelix@gmail.com"
__homepage__ = "http://code.google.com/p/django-ajax-selects/" __homepage__ = "https://github.com/crucialfelix/django-ajax-selects/"


from django.conf import settings from django.conf import settings
from django.core.exceptions import ImproperlyConfigured, PermissionDenied from django.core.exceptions import ImproperlyConfigured, PermissionDenied
Expand Down

0 comments on commit a3e8d27

Please sign in to comment.