Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
frnhr committed Apr 4, 2014
1 parent 15cfed5 commit ab1c9c1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@ django-grappelli-filters

Autocomplete filter for Grappelli

v 0.2 (usable, but only if you know why)
v 0.2.1 (usable, but only if you know why)

Filter for Foreign key and ManyToMany relations with AJAX autocomplete. Reuses features from Grappelli, works nicely along other filters and with both standard and sidebar filter template...

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -3,7 +3,7 @@ django-grappelli-filters

Autocomplete filter for Grappelli

v 0.2 (usable, but only if you know why)
v 0.2.1 (usable, but only if you know why)

Filter for Foreign key and ManyToMany relations with AJAX autocomplete.
Reuses features from Grappelli, works nicely along other filters and
Expand Down
Binary file modified dist/django-grappelli-filters-0.2.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@

setup(
name='django-grappelli-filters',
version='0.2',
version='0.2.1',
packages=['grappelli_filters'],
include_package_data=True,
install_requires=['django', 'django-grappelli', ],
Expand Down

0 comments on commit ab1c9c1

Please sign in to comment.