From f027ce346816a5ec39b6eaa58f0c8d52b11403c7 Mon Sep 17 00:00:00 2001 From: Alex Gr?nholm Date: Tue, 24 May 2011 23:41:05 +0300 Subject: Bumped up version to 1.5.0 proper --- docs/conf.py | 2 +- docs/news.txt | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 76beb2f..bd009e9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,7 +42,7 @@ copyright = '2011, Ian Bicking and contributors' # The short X.Y version. version = '1.5' # The full version, including alpha/beta/rc tags. -release = '1.5.0dev' +release = '1.5.0' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: diff --git a/docs/news.txt b/docs/news.txt index d89cc76..c534868 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -1,8 +1,8 @@ Paste Deployment News ===================== -hg tip ------- +1.5.0 +----- * Project is now maintained by Alex Grönholm diff --git a/setup.py b/setup.py index f03bc7a..63e4600 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup( name="PasteDeploy", - version='1.5.0dev', + version='1.5.0', description="Load, configure, and compose WSGI applications and servers", long_description="""\ This tool provides code to load WSGI applications and servers from -- cgit v1.2.1