From 9b4552249dfb93a9d92d997097dd4ab6976876ac Mon Sep 17 00:00:00 2001 From: Roman Mohr Date: Fri, 8 May 2015 13:42:02 +0200 Subject: [PATCH] Preparations for release 0.6.0 --- README.rst | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index bddee09..4921718 100644 --- a/README.rst +++ b/README.rst @@ -7,8 +7,8 @@ static3 - A really simple WSGI way to serve static (or mixed) content. :target: https://travis-ci.org/rmohr/static3 :Authors: Roman Mohr -:Version: 0.5.1 -:Date: 2014-06-14 +:Version: 0.6.0 +:Date: 2015-05-08 :Code: https://github.com/rmohr/static3 .. contents:: Table of Contents diff --git a/setup.py b/setup.py index 5a1dbdd..6172e2f 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ def run_tests(self): setup(name='static3', - version='0.5.1', + version='0.6.0', description= 'A really simple WSGI way to serve static (or mixed) content.', long_description=open('README.rst').read(),