diff --git a/CHANGES.rst b/CHANGES.rst index 82e4512..3ab0926 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -41,3 +41,10 @@ Adding the ability to have feature flags inline instead of in a dictionary, to m A big thank you to Isman Firmansyah (@iromli) for the contribution! + +0.6 (June 9, 2015) +------------------ + +Adding contrib modules to setup.py. Thank you @iromli and @pcraig3! + + diff --git a/setup.py b/setup.py index 4b0e755..69e029d 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name='Flask-FeatureFlags', - version='0.6-dev', + version='0.6', url='https://github.com/trustrachel/Flask-FeatureFlags', license='Apache', author='Rachel Sanders',