Skip to content

Commit

Permalink
udates version to 0.15.1 to fix bug on class-based views mixins
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobessa committed May 22, 2018
1 parent 9c57e88 commit 848991e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waffle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from waffle.helpers import waffle_flag_call, waffle_switch_call
from django.apps import apps as django_apps

VERSION = (0, 15, 0)
VERSION = (0, 15, 1)
__version__ = '.'.join(map(str, VERSION))


Expand Down

0 comments on commit 848991e

Please sign in to comment.