Skip to content

Commit

Permalink
Define webassets dependency as minimum version.
Browse files Browse the repository at this point in the history
Close #58.
  • Loading branch information
miracle2k committed Sep 8, 2015
1 parent d408940 commit 9e7ab78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_assets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__all__ = ('Bundle', 'register')

__version__ = (0, 11)
__webassets_version__ = ('0.11',)
__webassets_version__ = ('>=0.11',)


from django_assets import filter

0 comments on commit 9e7ab78

Please sign in to comment.