Skip to content

Commit

Permalink
Releasing 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonb committed Mar 6, 2018
1 parent 4d5b3b3 commit f967934
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Waffle Changelog
================

v0.14.0
=======
- Added i18n support
- Added Russian translations
- Add management command to delete waffle data

v0.13
=====
- Added support for Django 2.0.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '0.13'
version = '0.14'
# The full version, including alpha/beta/rc tags.
release = '0.13.0'
release = '0.14.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='django-waffle',
version='0.13.0',
version='0.14.0',
description='A feature flipper for Django.',
long_description=open('README.rst').read(),
author='James Socol',
Expand Down

0 comments on commit f967934

Please sign in to comment.