Skip to content

Commit

Permalink
Version 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jsocol committed Oct 21, 2015
1 parent b880aaf commit e3f733d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

setup(
name='django-waffle',
version='0.10.1',
version='0.11',
description='A feature flipper for Django.',
long_description=open('README.rst').read(),
author='James Socol',
author_email='james.socol@gmail.com',
author_email='me@jamessocol.com',
url='http://github.com/jsocol/django-waffle',
license='BSD',
packages=find_packages(exclude=['test_app', 'test_settings']),
Expand Down
2 changes: 1 addition & 1 deletion waffle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from waffle.utils import get_setting, keyfmt


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


Expand Down

0 comments on commit e3f733d

Please sign in to comment.