From d0dc42f37a1c145ffa6617069f167a8ac264ef12 Mon Sep 17 00:00:00 2001 From: Tarek Ziade Date: Wed, 9 Nov 2011 14:50:30 +0100 Subject: [PATCH] starting 1.0 --- README | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README b/README index a9ec902..9b8f761 100644 --- a/README +++ b/README @@ -49,6 +49,11 @@ If *strict* option is set to **1**, any warning will block the commit. When CHANGES ======= +1.0 - ? +------- + +?? + 0.9 - 2011-11-09 ---------------- diff --git a/setup.py b/setup.py index 1a85f74..3e8758e 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ README = open('README').read() setup( name="flake8", license="MIT", - version="0.9", + version="1.0", description="code checking using pep8 and pyflakes", author="Tarek Ziade", author_email="tarek@ziade.org",