From 1ea205a1e0721fb14a13627dc34687de18067745 Mon Sep 17 00:00:00 2001 From: Rachel Sanders Date: Tue, 9 Jun 2015 19:16:20 -0700 Subject: [PATCH] Cutting 0.6 release --- CHANGES.rst | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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',